#476077

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

Shades of Chambray #476077

Tints of Chambray #476077

Color information

#476077 (or 0x476077) is unknown color: approx Chambray. HEX triplet: 47, 60 and 77. RGB value is (71,96,119). Sum of RGB (Red+Green+Blue) = 71+96+119=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #476077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476077 is #B89F88. Grayscale: #5B5B5B. Windows color (decimal): -12099465 or 7823431. OLE color: 7823431.

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

Color convert

RGB7196119-
CMYK0.400.1900.53
HSL208.75º25.26%37.25%-
HSV(B)208.75º40.34%46.67%-
XYZ10.1111.0419.05-
YUV91.15143.72113.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=24.83%
G=33.57%
B=41.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71961190.400.1900.53208.7525.2637.25
Hex4760772813035d11925
Octal10714016750230653213145
Binary1000111110000011101111010001001101101011101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476077; }

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

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

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

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

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

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

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

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