#465456

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

Shades of Casal #465456

Tints of Casal #465456

Color information

#465456 (or 0x465456) is unknown color: approx Casal. HEX triplet: 46, 54 and 56. RGB value is (70,84,86). Sum of RGB (Red+Green+Blue) = 70+84+86=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #465456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465456 is #B9ABA9. Grayscale: #505050. Windows color (decimal): -12168106 or 5657670. OLE color: 5657670.

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

Color convert

RGB708486-
CMYK0.190.0200.66
HSL187.5º10.26%30.59%-
HSV(B)187.5º18.6%33.73%-
XYZ7.388.3110.02-
YUV80.04131.36120.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=29.17%
G=35%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7084860.190.0200.66187.510.2630.59
Hex465456132042bba1f
Octal10612412623201022731237
Binary10001101010100101011010011100100001010111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465456; }

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

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

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

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

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

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

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

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