Html Css Color HEX #414E61 Cello

📋 copy color: '#414E61'

red 65 ◦ green 78 ◦ blue 97

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

Shades of Cello #414E61

Tints of Cello #414E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 27.08%
G = 32.5%
B = 40.42%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414E61 (or 0x414E61) is known color: Cello. HEX triplet: 41, 4E and 61. RGB value is (65,78,97). Sum of RGB (Red+Green+Blue) = 65+78+97=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #414E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E61 is #BEB19E. Grayscale: #4C4C4C. Windows color (decimal): -12497311 or 6377025. OLE color: 6377025.

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

Color convert

RGB 65 78 97 -
CMYK 0.33 0.20 0 0.62
HSL 215.63º 0.2% 0.32% -
HSV(B) 215.63º 0.33% 0.38% -
XYZ 7.06 7.44 12.37 -
YUV 76.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 65 78 97 0.33 0.20 0 0.62 215.63 0.2 0.32
Hex 41 4E 61 21 14 0 3E D8 14 20
Octal 101 116 141 41 24 0 76 330 24 40
Binary 1000001 1001110 1100001 100001 10100 0 111110 11011000 10100 100000

Color Harmonies of #414E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E61

Black with #414E61

Text Example


Text Example

White with #414E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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