#464C5D

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

Shades of Blue Zodiac #464C5D

Tints of Blue Zodiac #464C5D

Color information

#464C5D (or 0x464C5D) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4C and 5D. RGB value is (70,76,93). Sum of RGB (Red+Green+Blue) = 70+76+93=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #464C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5D is #B9B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12170147 or 6114374. OLE color: 6114374.

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

Color convert

RGB707693-
CMYK0.250.1800.64
HSL224.35º14.11%31.96%-
HSV(B)224.35º24.73%36.47%-
XYZ7.097.2611.38-
YUV76.14137.51123.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=29.29%
G=31.80%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7076930.250.1800.64224.3514.1131.96
Hex464C5D1912040e0e20
Octal106114135312201003401640
Binary100011010011001011101110011001001000000111000001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,93); }

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

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

 a { background-color: rgb(70,76,93); }

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

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

 span { border-color: rgb(70,76,93); }

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