Html Css Color HEX #414E62 Cello

📋 copy color: '#414E62'

red 65 ◦ green 78 ◦ blue 98

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

Shades of Cello #414E62

Tints of Cello #414E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 26.97%
G = 32.37%
B = 40.66%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414E62 (or 0x414E62) is known color: Cello. HEX triplet: 41, 4E and 62. RGB value is (65,78,98). Sum of RGB (Red+Green+Blue) = 65+78+98=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #414E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E62 is #BEB19D. Grayscale: #4C4C4C. Windows color (decimal): -12497310 or 6442561. OLE color: 6442561.

HSL color Cylindrical-coordinate representation of color #414E62: hue angle of 216.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414E62 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 78 98 -
CMYK 0.34 0.20 0 0.62
HSL 216.36º 0.2% 0.32% -
HSV(B) 216.36º 0.34% 0.38% -
XYZ 7.11 7.45 12.62 -
YUV 76.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 65 78 98 0.34 0.20 0 0.62 216.36 0.2 0.32
Hex 41 4E 62 22 14 0 3E D8 14 20
Octal 101 116 142 42 24 0 76 330 24 40
Binary 1000001 1001110 1100010 100010 10100 0 111110 11011000 10100 100000

Color Harmonies of #414E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E62

Black with #414E62

Text Example


Text Example

White with #414E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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