#464A5B

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

Shades of Blue Zodiac #464A5B

Tints of Blue Zodiac #464A5B

Color information

#464A5B (or 0x464A5B) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4A and 5B. RGB value is (70,74,91). Sum of RGB (Red+Green+Blue) = 70+74+91=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #464A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5B is #B9B5A4. Grayscale: #4A4A4A. Windows color (decimal): -12170661 or 5982790. OLE color: 5982790.

HSL color Cylindrical-coordinate representation of color #464A5B: hue angle of 228.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464A5B is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707491-
CMYK0.230.1900.64
HSL228.57º13.04%31.57%-
HSV(B)228.57º23.08%35.69%-
XYZ6.866.9510.88-
YUV74.74137.17124.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=29.79%
G=31.49%
B=38.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7074910.230.1900.64228.5713.0431.57
Hex464A5B1713040e5d20
Octal106112133272301003451540
Binary100011010010101011011101111001101000000111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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