Html Css Color HEX #414E59 Cello

📋 copy color: '#414E59'

red 65 ◦ green 78 ◦ blue 89

#414E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #414E59

Tints of Cello #414E59

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 value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414E59 (or 0x414E59) is known color: 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

RGB 65 78 89 -
CMYK 0.27 0.12 0 0.65
HSL 207.5º 0.16% 0.3% -
HSV(B) 207.5º 0.27% 0.35% -
XYZ 6.71 7.29 10.51 -
YUV 75.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 65 78 89 0.27 0.12 0 0.65 207.5 0.16 0.3
Hex 41 4E 59 1B C 0 41 D0 10 1E
Octal 101 116 131 33 14 0 101 320 20 36
Binary 1000001 1001110 1011001 11011 1100 0 1000001 11010000 10000 11110

Color Harmonies of #414E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E59

Black with #414E59

Text Example


Text Example

White with #414E59

Text Example


Text Example

HTML Codes & Css Web 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>