#464B5A

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

Shades of Blue Zodiac #464B5A

Tints of Blue Zodiac #464B5A

Color information

#464B5A (or 0x464B5A) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4B and 5A. RGB value is (70,75,90). Sum of RGB (Red+Green+Blue) = 70+75+90=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #464B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B5A is #B9B4A5. Grayscale: #4B4B4B. Windows color (decimal): -12170406 or 5917510. OLE color: 5917510.

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

Color convert

RGB707590-
CMYK0.220.1700.65
HSL225º12.5%31.37%-
HSV(B)225º22.22%35.29%-
XYZ6.897.0710.67-
YUV75.22136.34124.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=29.79%
G=31.91%
B=38.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7075900.220.1700.6522512.531.37
Hex464B5A1611041e1c1f
Octal106113132262101013411437
Binary10001101001011101101010110100010100000111100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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