#465356

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

Shades of Casal #465356

Tints of Casal #465356

Color information

#465356 (or 0x465356) is unknown color: approx Casal. HEX triplet: 46, 53 and 56. RGB value is (70,83,86). Sum of RGB (Red+Green+Blue) = 70+83+86=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #465356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465356 is #B9ACA9. Grayscale: #4F4F4F. Windows color (decimal): -12168362 or 5657414. OLE color: 5657414.

HSL color Cylindrical-coordinate representation of color #465356: hue angle of 191.25º 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 #465356 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB708386-
CMYK0.190.0300.66
HSL191.25º10.26%30.59%-
HSV(B)191.25º18.6%33.73%-
XYZ7.38.169.99-
YUV79.46131.69121.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=29.29%
G=34.73%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7083860.190.0300.66191.2510.2630.59
Hex465356133042bfa1f
Octal10612312623301022771237
Binary10001101010011101011010011110100001010111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465356; }

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

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

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

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

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

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

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

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