Html Css Color HEX #414E5B Cello

📋 copy color: '#414E5B'

red 65 ◦ green 78 ◦ blue 91

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

Shades of Cello #414E5B

Tints of Cello #414E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#414E5B (or 0x414E5B) is known color: Cello. HEX triplet: 41, 4E and 5B. RGB value is (65,78,91). Sum of RGB (Red+Green+Blue) = 65+78+91=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #414E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E5B is #BEB1A4. Grayscale: #4B4B4B. Windows color (decimal): -12497317 or 5983809. OLE color: 5983809.

HSL color Cylindrical-coordinate representation of color #414E5B: hue angle of 210º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414E5B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 78 91 -
CMYK 0.29 0.14 0 0.64
HSL 210º 0.17% 0.31% -
HSV(B) 210º 0.29% 0.36% -
XYZ 6.79 7.33 10.95 -
YUV 75.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 65 78 91 0.29 0.14 0 0.64 210 0.17 0.31
Hex 41 4E 5B 1D E 0 40 D2 11 1F
Octal 101 116 133 35 16 0 100 322 21 37
Binary 1000001 1001110 1011011 11101 1110 0 1000000 11010010 10001 11111

Color Harmonies of #414E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E5B

Black with #414E5B

Text Example


Text Example

White with #414E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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