#485456

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

Shades of Casal #485456

Tints of Casal #485456

Color information

#485456 (or 0x485456) is unknown color: approx Casal. HEX triplet: 48, 54 and 56. RGB value is (72,84,86). Sum of RGB (Red+Green+Blue) = 72+84+86=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #485456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485456 is #B7ABA9. Grayscale: #505050. Windows color (decimal): -12037034 or 5657672. OLE color: 5657672.

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

Color convert

RGB728486-
CMYK0.160.0200.66
HSL188.57º8.86%30.98%-
HSV(B)188.57º16.28%33.73%-
XYZ7.528.3910.03-
YUV80.64131.02121.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=29.75%
G=34.71%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7284860.160.0200.66188.578.8630.98
Hex485456102042bd91f
Octal11012412620201022751137
Binary10010001010100101011010000100100001010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485456; }

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

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

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

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

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

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

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

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