Html Css Color HEX #464A59 Blue Zodiac

📋 copy color: '#464A59'

red 70 ◦ green 74 ◦ blue 89

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

Shades of Blue Zodiac #464A59

Tints of Blue Zodiac #464A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 30.04%
G = 31.76%
B = 38.2%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464A59 (or 0x464A59) is known color: Blue Zodiac. HEX triplet: 46, 4A and 59. RGB value is (70,74,89). Sum of RGB (Red+Green+Blue) = 70+74+89=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #464A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A59 is #B9B5A6. Grayscale: #4A4A4A. Windows color (decimal): -12170663 or 5851718. OLE color: 5851718.

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

Color convert

RGB 70 74 89 -
CMYK 0.21 0.17 0 0.65
HSL 227.37º 0.12% 0.31% -
HSV(B) 227.37º 0.21% 0.35% -
XYZ 6.78 6.92 10.43 -
YUV 74.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 70 74 89 0.21 0.17 0 0.65 227.37 0.12 0.31
Hex 46 4A 59 15 11 0 41 E3 C 1F
Octal 106 112 131 25 21 0 101 343 14 37
Binary 1000110 1001010 1011001 10101 10001 0 1000001 11100011 1100 11111

Color Harmonies of #464A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A59

Black with #464A59

Text Example


Text Example

White with #464A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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