Html Css Color HEX #414E5D Cello

📋 copy color: '#414E5D'

red 65 ◦ green 78 ◦ blue 93

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

Shades of Cello #414E5D

Tints of Cello #414E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 27.54%
G = 33.05%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#414E5D (or 0x414E5D) is known color: Cello. HEX triplet: 41, 4E and 5D. RGB value is (65,78,93). Sum of RGB (Red+Green+Blue) = 65+78+93=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #414E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5D is #BEB1A2. Grayscale: #4B4B4B. Windows color (decimal): -12497315 or 6114881. OLE color: 6114881.

HSL color Cylindrical-coordinate representation of color #414E5D: hue angle of 212.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #414E5D is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 78 93 -
CMYK 0.30 0.16 0 0.64
HSL 212.14º 0.18% 0.31% -
HSV(B) 212.14º 0.3% 0.36% -
XYZ 6.88 7.36 11.41 -
YUV 75.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 65 78 93 0.30 0.16 0 0.64 212.14 0.18 0.31
Hex 41 4E 5D 1E 10 0 40 D4 12 1F
Octal 101 116 135 36 20 0 100 324 22 37
Binary 1000001 1001110 1011101 11110 10000 0 1000000 11010100 10010 11111

Color Harmonies of #414E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E5D

Black with #414E5D

Text Example


Text Example

White with #414E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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