#475B8A

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

Shades of Chambray #475B8A

Tints of Chambray #475B8A

Color information

#475B8A (or 0x475B8A) is unknown color: approx Chambray. HEX triplet: 47, 5B and 8A. RGB value is (71,91,138). Sum of RGB (Red+Green+Blue) = 71+91+138=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #475B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B8A is #B8A475. Grayscale: #5A5A5A. Windows color (decimal): -12100726 or 9067335. OLE color: 9067335.

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

Color convert

RGB7191138-
CMYK0.490.3400.46
HSL222.09º32.06%40.98%-
HSV(B)222.09º48.55%54.12%-
XYZ10.9310.6625.53-
YUV90.38154.87114.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=23.67%
G=30.33%
B=46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71911380.490.3400.46222.0932.0640.98
Hex475B8A312202Ede2029
Octal10713321261420563364051
Binary1000111101101110001010110001100010010111011011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,138); }

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

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

 a { background-color: rgb(71,91,138); }

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

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

 span { border-color: rgb(71,91,138); }

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