Html Css Color HEX #414E63 Cello

📋 copy color: '#414E63'

red 65 ◦ green 78 ◦ blue 99

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

Shades of Cello #414E63

Tints of Cello #414E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 26.86%
G = 32.23%
B = 40.91%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#414E63 (or 0x414E63) is known color: Cello. HEX triplet: 41, 4E and 63. RGB value is (65,78,99). Sum of RGB (Red+Green+Blue) = 65+78+99=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #414E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E63 is #BEB19C. Grayscale: #4C4C4C. Windows color (decimal): -12497309 or 6508097. OLE color: 6508097.

HSL color Cylindrical-coordinate representation of color #414E63: hue angle of 217.06º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414E63 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 78 99 -
CMYK 0.34 0.21 0 0.61
HSL 217.06º 0.21% 0.32% -
HSV(B) 217.06º 0.34% 0.39% -
XYZ 7.16 7.47 12.87 -
YUV 76.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 65 78 99 0.34 0.21 0 0.61 217.06 0.21 0.32
Hex 41 4E 63 22 15 0 3D D9 15 20
Octal 101 116 143 42 25 0 75 331 25 40
Binary 1000001 1001110 1100011 100010 10101 0 111101 11011001 10101 100000

Color Harmonies of #414E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E63

Black with #414E63

Text Example


Text Example

White with #414E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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