#464959

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

Shades of Blue Zodiac #464959

Tints of Blue Zodiac #464959

Color information

#464959 (or 0x464959) is unknown color: approx Blue Zodiac. HEX triplet: 46, 49 and 59. RGB value is (70,73,89). Sum of RGB (Red+Green+Blue) = 70+73+89=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #464959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464959 is #B9B6A6. Grayscale: #494949. Windows color (decimal): -12170919 or 5851462. OLE color: 5851462.

HSL color Cylindrical-coordinate representation of color #464959: hue angle of 230.53º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464959 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707389-
CMYK0.210.1800.65
HSL230.53º11.95%31.18%-
HSV(B)230.53º21.35%34.9%-
XYZ6.716.7910.41-
YUV73.93136.51125.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=30.17%
G=31.47%
B=38.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7073890.210.1800.65230.5311.9531.18
Hex4649591512041e7c1f
Octal106111131252201013471437
Binary10001101001001101100110101100100100000111100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464959; }

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

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

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

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

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

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

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

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