Html Css Color HEX #464A58 Blue Zodiac

📋 copy color: '#464A58'

red 70 ◦ green 74 ◦ blue 88

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

Shades of Blue Zodiac #464A58

Tints of Blue Zodiac #464A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

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

R = 30.17%
G = 31.9%
B = 37.93%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464A58 (or 0x464A58) is known color: Blue Zodiac. HEX triplet: 46, 4A and 58. RGB value is (70,74,88). Sum of RGB (Red+Green+Blue) = 70+74+88=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #464A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A58 is #B9B5A7. Grayscale: #4A4A4A. Windows color (decimal): -12170664 or 5786182. OLE color: 5786182.

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

Color convert

RGB 70 74 88 -
CMYK 0.20 0.16 0 0.65
HSL 226.67º 0.11% 0.31% -
HSV(B) 226.67º 0.2% 0.35% -
XYZ 6.74 6.9 10.21 -
YUV 74.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 70 74 88 0.20 0.16 0 0.65 226.67 0.11 0.31
Hex 46 4A 58 14 10 0 41 E3 B 1F
Octal 106 112 130 24 20 0 101 343 13 37
Binary 1000110 1001010 1011000 10100 10000 0 1000001 11100011 1011 11111

Color Harmonies of #464A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A58

Black with #464A58

Text Example


Text Example

White with #464A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #464A58;
 }
 .AnyTagClassName
 {
   color: #464A58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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