#475778

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

Shades of Chambray #475778

Tints of Chambray #475778

Color information

#475778 (or 0x475778) is unknown color: approx Chambray. HEX triplet: 47, 57 and 78. RGB value is (71,87,120). Sum of RGB (Red+Green+Blue) = 71+87+120=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #475778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475778 is #B8A887. Grayscale: #555555. Windows color (decimal): -12101768 or 7886663. OLE color: 7886663.

HSL color Cylindrical-coordinate representation of color #475778: hue angle of 220.41º 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 #475778 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7187120-
CMYK0.410.2800.53
HSL220.41º25.65%37.45%-
HSV(B)220.41º40.83%47.06%-
XYZ9.49.5119.11-
YUV85.98147.2117.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=25.54%
G=31.29%
B=43.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71871200.410.2800.53220.4125.6537.45
Hex475778291C035dc1a25
Octal10712717051340653343245
Binary1000111101011111110001010011110001101011101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475778; }

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

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

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

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

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

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

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

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