#414F59

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

Shades of Cello #414F59

Tints of Cello #414F59

Color information

#414F59 (or 0x414F59) is unknown color: approx Cello. HEX triplet: 41, 4F and 59. RGB value is (65,79,89). Sum of RGB (Red+Green+Blue) = 65+79+89=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #414F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F59 is #BEB0A6. Grayscale: #4B4B4B. Windows color (decimal): -12497063 or 5852993. OLE color: 5852993.

HSL color Cylindrical-coordinate representation of color #414F59: hue angle of 205º 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 #414F59 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB657989-
CMYK0.270.1100.65
HSL205º15.58%30.2%-
HSV(B)205º26.97%34.9%-
XYZ6.787.4410.53-
YUV75.95135.36120.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=27.90%
G=33.91%
B=38.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6579890.270.1100.6520515.5830.2
Hex414F591BB041cd101e
Octal101117131331301013152036
Binary10000011001111101100111011101101000001110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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