Html Css Color HEX #414E58 Cello

📋 copy color: '#414E58'

red 65 ◦ green 78 ◦ blue 88

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

Shades of Cello #414E58

Tints of Cello #414E58

RGB

 RED value IS 65 (25.78% from 255) = 28.14%

 GREEN value IS 78 (30.86% from 255) = 33.77%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 28.14%
G = 33.77%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414E58 (or 0x414E58) is known color: Cello. HEX triplet: 41, 4E and 58. RGB value is (65,78,88). Sum of RGB (Red+Green+Blue) = 65+78+88=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #414E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E58 is #BEB1A7. Grayscale: #4B4B4B. Windows color (decimal): -12497320 or 5787201. OLE color: 5787201.

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

Color convert

RGB 65 78 88 -
CMYK 0.26 0.11 0 0.65
HSL 206.09º 0.15% 0.3% -
HSV(B) 206.09º 0.26% 0.35% -
XYZ 6.67 7.28 10.29 -
YUV 75.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 65 78 88 0.26 0.11 0 0.65 206.09 0.15 0.3
Hex 41 4E 58 1A B 0 41 CE F 1E
Octal 101 116 130 32 13 0 101 316 17 36
Binary 1000001 1001110 1011000 11010 1011 0 1000001 11001110 1111 11110

Color Harmonies of #414E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E58

Black with #414E58

Text Example


Text Example

White with #414E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #414E58;
 }
 .AnyTagClassName
 {
   color: #414E58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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