#464C5B

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

Shades of Blue Zodiac #464C5B

Tints of Blue Zodiac #464C5B

Color information

#464C5B (or 0x464C5B) is unknown color: approx Blue Zodiac. HEX triplet: 46, 4C and 5B. RGB value is (70,76,91). Sum of RGB (Red+Green+Blue) = 70+76+91=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #464C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5B is #B9B3A4. Grayscale: #4B4B4B. Windows color (decimal): -12170149 or 5983302. OLE color: 5983302.

HSL color Cylindrical-coordinate representation of color #464C5B: hue angle of 222.86º 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 #464C5B is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707691-
CMYK0.230.1600.64
HSL222.86º13.04%31.57%-
HSV(B)222.86º23.08%35.69%-
XYZ77.2310.92-
YUV75.92136.51123.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=29.54%
G=32.07%
B=38.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7076910.230.1600.64222.8613.0431.57
Hex464C5B1710040dfd20
Octal106114133272001003371540
Binary100011010011001011011101111000001000000110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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