#465154

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

Shades of Casal #465154

Tints of Casal #465154

Color information

#465154 (or 0x465154) is unknown color: approx Casal. HEX triplet: 46, 51 and 54. RGB value is (70,81,84). Sum of RGB (Red+Green+Blue) = 70+81+84=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #465154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465154 is #B9AEAB. Grayscale: #4E4E4E. Windows color (decimal): -12168876 or 5525830. OLE color: 5525830.

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

Color convert

RGB708184-
CMYK0.170.0400.67
HSL192.86º9.09%30.2%-
HSV(B)192.86º16.67%32.94%-
XYZ7.077.839.53-
YUV78.05131.36122.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=29.79%
G=34.47%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7081840.170.0400.67192.869.0930.2
Hex465154114043c191e
Octal10612112421401033011136
Binary100011010100011010100100011000100001111000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465154; }

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

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

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

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

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

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

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

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