#465566

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

Shades of Cello #465566

Tints of Cello #465566

Color information

#465566 (or 0x465566) is unknown color: approx Cello. HEX triplet: 46, 55 and 66. RGB value is (70,85,102). Sum of RGB (Red+Green+Blue) = 70+85+102=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #465566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465566 is #B9AA99. Grayscale: #525252. Windows color (decimal): -12167834 or 6706502. OLE color: 6706502.

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

Color convert

RGB7085102-
CMYK0.310.1700.6
HSL211.88º18.6%33.73%-
HSV(B)211.88º31.37%40%-
XYZ8.178.7613.83-
YUV82.45139.03119.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=27.24%
G=33.07%
B=39.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70851020.310.1700.6211.8818.633.73
Hex4655661F1103Cd41322
Octal10612514637210743242342
Binary100011010101011100110111111000101111001101010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465566; }

 p { color: rgb(70,85,102); }

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

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

 a { background-color: rgb(70,85,102); }

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

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

 span { border-color: rgb(70,85,102); }

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