#475A5F

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

Shades of Casal #475A5F

Tints of Casal #475A5F

Color information

#475A5F (or 0x475A5F) is unknown color: approx Casal. HEX triplet: 47, 5A and 5F. RGB value is (71,90,95). Sum of RGB (Red+Green+Blue) = 71+90+95=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #475A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A5F is #B8A5A0. Grayscale: #545454. Windows color (decimal): -12101025 or 6249031. OLE color: 6249031.

HSL color Cylindrical-coordinate representation of color #475A5F: hue angle of 192.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475A5F is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB719095-
CMYK0.250.0500.63
HSL192.5º14.46%32.55%-
HSV(B)192.5º25.26%37.25%-
XYZ8.329.4812.22-
YUV84.89133.71118.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=27.73%
G=35.16%
B=37.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7190950.250.0500.63192.514.4632.55
Hex475A5F19503Fc0e21
Octal1071321373150773001641
Binary100011110110101011111110011010111111110000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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