#475E89

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

Shades of Chambray #475E89

Tints of Chambray #475E89

Color information

#475E89 (or 0x475E89) is unknown color: approx Chambray. HEX triplet: 47, 5E and 89. RGB value is (71,94,137). Sum of RGB (Red+Green+Blue) = 71+94+137=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #475E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E89 is #B8A176. Grayscale: #5B5B5B. Windows color (decimal): -12099959 or 9002567. OLE color: 9002567.

HSL color Cylindrical-coordinate representation of color #475E89: hue angle of 219.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475E89 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7194137-
CMYK0.480.3100.46
HSL219.09º31.73%40.78%-
HSV(B)219.09º48.18%53.73%-
XYZ11.1211.1525.23-
YUV92.02153.38113-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=23.51%
G=31.13%
B=45.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71941370.480.3100.46219.0931.7340.78
Hex475E89301F02Edb2029
Octal10713621160370563334051
Binary100011110111101000100111000011111010111011011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,137); }

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

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

 a { background-color: rgb(71,94,137); }

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

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

 span { border-color: rgb(71,94,137); }

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