#476079

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

Shades of Chambray #476079

Tints of Chambray #476079

Color information

#476079 (or 0x476079) is unknown color: approx Chambray. HEX triplet: 47, 60 and 79. RGB value is (71,96,121). Sum of RGB (Red+Green+Blue) = 71+96+121=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #476079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476079 is #B89F86. Grayscale: #5B5B5B. Windows color (decimal): -12099463 or 7954503. OLE color: 7954503.

HSL color Cylindrical-coordinate representation of color #476079: hue angle of 210º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476079 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7196121-
CMYK0.410.2100.53
HSL210º26.04%37.65%-
HSV(B)210º41.32%47.45%-
XYZ10.2311.0919.69-
YUV91.37144.72113.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=24.65%
G=33.33%
B=42.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71961210.410.2100.5321026.0437.65
Hex4760792915035d21a26
Octal10714017151250653223246
Binary1000111110000011110011010011010101101011101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476079; }

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

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

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

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

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

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

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

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