#475456

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

Shades of Casal #475456

Tints of Casal #475456

Color information

#475456 (or 0x475456) is unknown color: approx Casal. HEX triplet: 47, 54 and 56. RGB value is (71,84,86). Sum of RGB (Red+Green+Blue) = 71+84+86=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #475456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475456 is #B8ABA9. Grayscale: #505050. Windows color (decimal): -12102570 or 5657671. OLE color: 5657671.

HSL color Cylindrical-coordinate representation of color #475456: hue angle of 188º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475456 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB718486-
CMYK0.170.0200.66
HSL188º9.55%30.78%-
HSV(B)188º17.44%33.73%-
XYZ7.458.3510.02-
YUV80.34131.19121.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=29.46%
G=34.85%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7184860.170.0200.661889.5530.78
Hex475456112042bca1f
Octal10712412621201022741237
Binary10001111010100101011010001100100001010111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475456; }

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

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

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

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

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

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

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

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