#464A59

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

Shades of Blue Zodiac #464A59

Tints of Blue Zodiac #464A59

Color information

#464A59 (or 0x464A59) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4A and 59. RGB value is (70,74,89). Sum of RGB (Red+Green+Blue) = 70+74+89=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #464A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A59 is #B9B5A6. Grayscale: #4A4A4A. Windows color (decimal): -12170663 or 5851718. OLE color: 5851718.

HSL color Cylindrical-coordinate representation of color #464A59: hue angle of 227.37º 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 #464A59 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707489-
CMYK0.210.1700.65
HSL227.37º11.95%31.18%-
HSV(B)227.37º21.35%34.9%-
XYZ6.786.9210.43-
YUV74.51136.17124.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=30.04%
G=31.76%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7074890.210.1700.65227.3711.9531.18
Hex464A591511041e3c1f
Octal106112131252101013431437
Binary10001101001010101100110101100010100000111100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A59; }

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

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

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

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

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

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

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

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