Html Css Color HEX #414959 Blue Zodiac

📋 copy color: '#414959'

red 65 ◦ green 73 ◦ blue 89

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

Shades of Blue Zodiac #414959

Tints of Blue Zodiac #414959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 28.63%
G = 32.16%
B = 39.21%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414959 (or 0x414959) is known color: Blue Zodiac. HEX triplet: 41, 49 and 59. RGB value is (65,73,89). Sum of RGB (Red+Green+Blue) = 65+73+89=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #414959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414959 is #BEB6A6. Grayscale: #484848. Windows color (decimal): -12498599 or 5851457. OLE color: 5851457.

HSL color Cylindrical-coordinate representation of color #414959: hue angle of 220º 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 #414959 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 73 89 -
CMYK 0.27 0.18 0 0.65
HSL 220º 0.16% 0.3% -
HSV(B) 220º 0.27% 0.35% -
XYZ 6.37 6.61 10.39 -
YUV 72.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 65 73 89 0.27 0.18 0 0.65 220 0.16 0.3
Hex 41 49 59 1B 12 0 41 DC 10 1E
Octal 101 111 131 33 22 0 101 334 20 36
Binary 1000001 1001001 1011001 11011 10010 0 1000001 11011100 10000 11110

Color Harmonies of #414959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414959

Black with #414959

Text Example


Text Example

White with #414959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414959; }

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

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

background-color css

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

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

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

border-color css

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

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

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