#465153

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

Shades of Casal #465153

Tints of Casal #465153

Color information

#465153 (or 0x465153) is unknown color: approx Casal. HEX triplet: 46, 51 and 53. RGB value is (70,81,83). Sum of RGB (Red+Green+Blue) = 70+81+83=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #465153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465153 is #B9AEAC. Grayscale: #4D4D4D. Windows color (decimal): -12168877 or 5460294. OLE color: 5460294.

HSL color Cylindrical-coordinate representation of color #465153: 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.16%. Process color model (Four color, CMYK) of #465153 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB708183-
CMYK0.160.0200.67
HSL189.23º8.5%30%-
HSV(B)189.23º15.66%32.55%-
XYZ7.037.819.32-
YUV77.94130.86122.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=29.91%
G=34.62%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7081830.160.0200.67189.238.530
Hex465153102043bd81e
Octal10612112320201032751036
Binary10001101010001101001110000100100001110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465153; }

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

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

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

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

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

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

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

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