#414E59

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

Shades of Cello #414E59

Tints of Cello #414E59

Color information

#414E59 (or 0x414E59) is unknown color: approx Cello. HEX triplet: 41, 4E and 59. RGB value is (65,78,89). Sum of RGB (Red+Green+Blue) = 65+78+89=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #414E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E59 is #BEB1A6. Grayscale: #4B4B4B. Windows color (decimal): -12497319 or 5852737. OLE color: 5852737.

HSL color Cylindrical-coordinate representation of color #414E59: hue angle of 207.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414E59 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB657889-
CMYK0.270.1200.65
HSL207.5º15.58%30.2%-
HSV(B)207.5º26.97%34.9%-
XYZ6.717.2910.51-
YUV75.37135.69120.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=28.02%
G=33.62%
B=38.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6578890.270.1200.65207.515.5830.2
Hex414E591BC041d0101e
Octal101116131331401013202036
Binary10000011001110101100111011110001000001110100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414E59; }

 p { color: rgb(65,78,89); }

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

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

 a { background-color: rgb(65,78,89); }

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

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

 span { border-color: rgb(65,78,89); }

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