Html Css Color HEX #414F59 Cello

📋 copy color: '#414F59'

red 65 ◦ green 79 ◦ blue 89

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

Shades of Cello #414F59

Tints of Cello #414F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.91%

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 27.9%
G = 33.91%
B = 38.2%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414F59 (or 0x414F59) is known color: Cello. HEX triplet: 41, 4F and 59. RGB value is (65,79,89). Sum of RGB (Red+Green+Blue) = 65+79+89=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #414F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F59 is #BEB0A6. Grayscale: #4B4B4B. Windows color (decimal): -12497063 or 5852993. OLE color: 5852993.

HSL color Cylindrical-coordinate representation of color #414F59: hue angle of 205º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414F59 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 79 89 -
CMYK 0.27 0.11 0 0.65
HSL 205º 0.16% 0.3% -
HSV(B) 205º 0.27% 0.35% -
XYZ 6.78 7.44 10.53 -
YUV 75.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 65 79 89 0.27 0.11 0 0.65 205 0.16 0.3
Hex 41 4F 59 1B B 0 41 CD 10 1E
Octal 101 117 131 33 13 0 101 315 20 36
Binary 1000001 1001111 1011001 11011 1011 0 1000001 11001101 10000 11110

Color Harmonies of #414F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F59

Black with #414F59

Text Example


Text Example

White with #414F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,89); }

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

background-color css

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

 a { background-color: rgb(65,79,89); }

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

border-color css

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

 span { border-color: rgb(65,79,89); }

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