#414753

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

Shades of Blue Zodiac #414753

Tints of Blue Zodiac #414753

Color information

#414753 (or 0x414753) is unknown color: approx Blue Zodiac. HEX triplet: 41, 47 and 53. RGB value is (65,71,83). Sum of RGB (Red+Green+Blue) = 65+71+83=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #414753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414753 is #BEB8AC. Grayscale: #464646. Windows color (decimal): -12499117 or 5457729. OLE color: 5457729.

HSL color Cylindrical-coordinate representation of color #414753: hue angle of 220º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414753 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657183-
CMYK0.220.1400.67
HSL220º12.16%29.02%-
HSV(B)220º21.69%32.55%-
XYZ5.996.259.07-
YUV70.57135.01124.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=29.68%
G=32.42%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6571830.220.1400.6722012.1629.02
Hex41475316E043dcc1d
Octal101107123261601033341435
Binary1000001100011110100111011011100100001111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414753; }

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

 H1.HeaderClassName
 {
   color: #414753;
 }
 .AnyTagClassName
 {
   color: #414753;
 }
</style>
background-color css

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

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

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

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

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

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