Html Css Color HEX #464958 Blue Zodiac

📋 copy color: '#464958'

red 70 ◦ green 73 ◦ blue 88

#464958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #464958

Tints of Blue Zodiac #464958

RGB

 RED value IS 70 (27.73% from 255) = 30.3%

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 30.3%
G = 31.6%
B = 38.1%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464958 (or 0x464958) is known color: 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

RGB 70 73 88 -
CMYK 0.20 0.17 0 0.65
HSL 230º 0.11% 0.31% -
HSV(B) 230º 0.2% 0.35% -
XYZ 6.67 6.77 10.19 -
YUV 73.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 70 73 88 0.20 0.17 0 0.65 230 0.11 0.31
Hex 46 49 58 14 11 0 41 E6 B 1F
Octal 106 111 130 24 21 0 101 346 13 37
Binary 1000110 1001001 1011000 10100 10001 0 1000001 11100110 1011 11111

Color Harmonies of #464958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464958

Black with #464958

Text Example


Text Example

White with #464958

Text Example


Text Example

HTML Codes & Css Web 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>