#475678

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

Shades of Chambray #475678

Tints of Chambray #475678

Color information

#475678 (or 0x475678) is unknown color: approx Chambray. HEX triplet: 47, 56 and 78. RGB value is (71,86,120). Sum of RGB (Red+Green+Blue) = 71+86+120=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #475678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475678 is #B8A987. Grayscale: #555555. Windows color (decimal): -12102024 or 7886407. OLE color: 7886407.

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

Color convert

RGB7186120-
CMYK0.410.2800.53
HSL221.63º25.65%37.45%-
HSV(B)221.63º40.83%47.06%-
XYZ9.329.3519.08-
YUV85.39147.53117.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=25.63%
G=31.05%
B=43.32%

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
Decimal71861200.410.2800.53221.6325.6537.45
Hex475678291C035de1a25
Octal10712617051340653363245
Binary1000111101011011110001010011110001101011101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475678; }

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

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

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

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

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

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

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

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