#475F78

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

Shades of Chambray #475F78

Tints of Chambray #475F78

Color information

#475F78 (or 0x475F78) is unknown color: approx Chambray. HEX triplet: 47, 5F and 78. RGB value is (71,95,120). Sum of RGB (Red+Green+Blue) = 71+95+120=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #475F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F78 is #B8A087. Grayscale: #5A5A5A. Windows color (decimal): -12099720 or 7888711. OLE color: 7888711.

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

Color convert

RGB7195120-
CMYK0.410.2100.53
HSL210.61º25.65%37.45%-
HSV(B)210.61º40.83%47.06%-
XYZ10.0810.8819.34-
YUV90.67144.55113.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=24.83%
G=33.22%
B=41.96%

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
Decimal71951200.410.2100.53210.6125.6537.45
Hex475F782915035d31a25
Octal10713717051250653233245
Binary1000111101111111110001010011010101101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475F78; }

 p { color: rgb(71,95,120); }

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

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

 a { background-color: rgb(71,95,120); }

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

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

 span { border-color: rgb(71,95,120); }

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