#464A5A

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

Shades of Blue Zodiac #464A5A

Tints of Blue Zodiac #464A5A

Color information

#464A5A (or 0x464A5A) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4A and 5A. RGB value is (70,74,90). Sum of RGB (Red+Green+Blue) = 70+74+90=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #464A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A5A is #B9B5A5. Grayscale: #4A4A4A. Windows color (decimal): -12170662 or 5917254. OLE color: 5917254.

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

Color convert

RGB707490-
CMYK0.220.1800.65
HSL228º12.5%31.37%-
HSV(B)228º22.22%35.29%-
XYZ6.826.9410.65-
YUV74.63136.67124.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=29.91%
G=31.62%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7074900.220.1800.6522812.531.37
Hex464A5A1612041e4c1f
Octal106112132262201013441437
Binary10001101001010101101010110100100100000111100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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