#414759

Color #414759 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #414759

Tints of Blue Zodiac #414759

Color information

#414759 (or 0x414759) is unknown color: approx 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

RGB657189-
CMYK0.270.2000.65
HSL225º15.58%30.2%-
HSV(B)225º26.97%34.9%-
XYZ6.246.3510.35-
YUV71.26138.01123.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6571890.270.2000.6522515.5830.2
Hex4147591B14041e1101e
Octal101107131332401013412036
Binary100000110001111011001110111010001000001111000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>