#414653

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

Shades of Blue Zodiac #414653

Tints of Blue Zodiac #414653

Color information

#414653 (or 0x414653) is unknown color: approx Blue Zodiac. HEX triplet: 41, 46 and 53. RGB value is (65,70,83). Sum of RGB (Red+Green+Blue) = 65+70+83=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #414653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414653 is #BEB9AC. Grayscale: #454545. Windows color (decimal): -12499373 or 5457473. OLE color: 5457473.

HSL color Cylindrical-coordinate representation of color #414653: hue angle of 223.33º 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 #414653 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657083-
CMYK0.220.1600.67
HSL223.33º12.16%29.02%-
HSV(B)223.33º21.69%32.55%-
XYZ5.936.139.05-
YUV69.99135.34124.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=29.82%
G=32.11%
B=38.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6570830.220.1600.67223.3312.1629.02
Hex4146531610043dfc1d
Octal101106123262001033371435
Binary10000011000110101001110110100000100001111011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414653; }

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

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

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

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

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

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

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

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