#4C808B

Color #4C808B Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #4C808B

Tints of Paradiso #4C808B

Color information

#4C808B (or 0x4C808B) is unknown color: approx Paradiso. HEX triplet: 4C, 80 and 8B. RGB value is (76,128,139). Sum of RGB (Red+Green+Blue) = 76+128+139=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C808B is #B37F74. Grayscale: #717171. Windows color (decimal): -11763573 or 9142348. OLE color: 9142348.

HSL color Cylindrical-coordinate representation of color #4C808B: hue angle of 190.48º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C808B is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76128139-
CMYK0.450.0800.45
HSL190.48º29.3%42.16%-
HSV(B)190.48º45.32%54.51%-
XYZ15.3618.8427.25-
YUV113.71142.27101.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=22.16%
G=37.32%
B=40.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761281390.450.0800.45190.4829.342.16
Hex4C808B2D802Dbe1d2a
Octal11420021355100552763552
Binary10011001000000010001011101101100001011011011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C808B; }

 p { color: rgb(76,128,139); }

 H1.HeaderClassName
 {
   color: #4C808B;
 }
 .AnyTagClassName
 {
   color: #4C808B;
 }
</style>
background-color css

<style>
 a { background-color: #4C808B; }

 a { background-color: rgb(76,128,139); }

 div.DivClassName
 {
   background-color: #4C808B;
 }
 .BgClassName
 {
   background-color: #4C808B;
 }
</style>
border-color css

<style>
 span { border-color: #4C808B; }

 span { border-color: rgb(76,128,139); }

 td.TdClassName
 {
   border-color: #4C808B;
 }
 .TagClassName
 {
   border-color: #4C808B;
 }
</style>