#486077

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

Shades of Chambray #486077

Tints of Chambray #486077

Color information

#486077 (or 0x486077) is unknown color: approx Chambray. HEX triplet: 48, 60 and 77. RGB value is (72,96,119). Sum of RGB (Red+Green+Blue) = 72+96+119=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #486077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486077 is #B79F88. Grayscale: #5B5B5B. Windows color (decimal): -12033929 or 7823432. OLE color: 7823432.

HSL color Cylindrical-coordinate representation of color #486077: hue angle of 209.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486077 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7296119-
CMYK0.390.1900.53
HSL209.36º24.61%37.45%-
HSV(B)209.36º39.5%46.67%-
XYZ10.1911.0819.05-
YUV91.45143.55114.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=25.09%
G=33.45%
B=41.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72961190.390.1900.53209.3624.6137.45
Hex4860772713035d11925
Octal11014016747230653213145
Binary1001000110000011101111001111001101101011101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486077; }

 p { color: rgb(72,96,119); }

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

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

 a { background-color: rgb(72,96,119); }

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

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

 span { border-color: rgb(72,96,119); }

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