#465059

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

Shades of Cello #465059

Tints of Cello #465059

Color information

#465059 (or 0x465059) is unknown color: approx Cello. HEX triplet: 46, 50 and 59. RGB value is (70,80,89). Sum of RGB (Red+Green+Blue) = 70+80+89=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #465059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465059 is #B9AFA6. Grayscale: #4D4D4D. Windows color (decimal): -12169127 or 5853254. OLE color: 5853254.

HSL color Cylindrical-coordinate representation of color #465059: hue angle of 208.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465059 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708089-
CMYK0.210.1000.65
HSL208.42º11.95%31.18%-
HSV(B)208.42º21.35%34.9%-
XYZ7.27.7610.57-
YUV78.04134.19122.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=29.29%
G=33.47%
B=37.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7080890.210.1000.65208.4211.9531.18
Hex46505915A041d0c1f
Octal106120131251201013201437
Binary1000110101000010110011010110100100000111010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465059; }

 p { color: rgb(70,80,89); }

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

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

 a { background-color: rgb(70,80,89); }

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

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

 span { border-color: rgb(70,80,89); }

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