#464958

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

Shades of Blue Zodiac #464958

Tints of Blue Zodiac #464958

Color information

#464958 (or 0x464958) is unknown color: approx Blue Zodiac. HEX triplet: 46, 49 and 58. RGB value is (70,73,88). Sum of RGB (Red+Green+Blue) = 70+73+88=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #464958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464958 is #B9B6A7. Grayscale: #494949. Windows color (decimal): -12170920 or 5785926. OLE color: 5785926.

HSL color Cylindrical-coordinate representation of color #464958: hue angle of 230º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464958 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707388-
CMYK0.200.1700.65
HSL230º11.39%30.98%-
HSV(B)230º20.45%34.51%-
XYZ6.676.7710.19-
YUV73.81136.01125.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=30.30%
G=31.60%
B=38.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7073880.200.1700.6523011.3930.98
Hex4649581411041e6b1f
Octal106111130242101013461337
Binary10001101001001101100010100100010100000111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464958; }

 p { color: rgb(70,73,88); }

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

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

 a { background-color: rgb(70,73,88); }

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

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

 span { border-color: rgb(70,73,88); }

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