#475254

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

Shades of Casal #475254

Tints of Casal #475254

Color information

#475254 (or 0x475254) is unknown color: approx Casal. HEX triplet: 47, 52 and 54. RGB value is (71,82,84). Sum of RGB (Red+Green+Blue) = 71+82+84=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 84 - color contains mainly: blue. Hex color #475254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475254 is #B8ADAB. Grayscale: #4E4E4E. Windows color (decimal): -12103084 or 5526087. OLE color: 5526087.

HSL color Cylindrical-coordinate representation of color #475254: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475254 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB718284-
CMYK0.150.0200.67
HSL189.23º8.39%30.39%-
HSV(B)189.23º15.48%32.94%-
XYZ7.228.019.55-
YUV78.94130.86122.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=29.96%
G=34.60%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7182840.150.0200.67189.238.3930.39
Hex475254F2043bd81e
Octal10712212417201032751036
Binary1000111101001010101001111100100001110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475254; }

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

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

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

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

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

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

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

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