Html Css Color HEX #414759 Blue Zodiac

📋 copy color: '#414759'

red 65 ◦ green 71 ◦ blue 89

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

Shades of Blue Zodiac #414759

Tints of Blue Zodiac #414759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 28.89%
G = 31.56%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414759 (or 0x414759) is known color: Blue Zodiac. HEX triplet: 41, 47 and 59. RGB value is (65,71,89). Sum of RGB (Red+Green+Blue) = 65+71+89=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #414759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414759 is #BEB8A6. Grayscale: #474747. Windows color (decimal): -12499111 or 5850945. OLE color: 5850945.

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

Color convert

RGB 65 71 89 -
CMYK 0.27 0.20 0 0.65
HSL 225º 0.16% 0.3% -
HSV(B) 225º 0.27% 0.35% -
XYZ 6.24 6.35 10.35 -
YUV 71.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 65 71 89 0.27 0.20 0 0.65 225 0.16 0.3
Hex 41 47 59 1B 14 0 41 E1 10 1E
Octal 101 107 131 33 24 0 101 341 20 36
Binary 1000001 1000111 1011001 11011 10100 0 1000001 11100001 10000 11110

Color Harmonies of #414759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414759

Black with #414759

Text Example


Text Example

White with #414759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414759; }

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

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

background-color css

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

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

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

border-color css

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

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

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