Html Css Color HEX #46495B Blue Zodiac

📋 copy color: '#46495B'

red 70 ◦ green 73 ◦ blue 91

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

Shades of Blue Zodiac #46495B

Tints of Blue Zodiac #46495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 29.91%
G = 31.2%
B = 38.89%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46495B (or 0x46495B) is known color: Blue Zodiac. HEX triplet: 46, 49 and 5B. RGB value is (70,73,91). Sum of RGB (Red+Green+Blue) = 70+73+91=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #46495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495B is #B9B6A4. Grayscale: #4A4A4A. Windows color (decimal): -12170917 or 5982534. OLE color: 5982534.

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

Color convert

RGB 70 73 91 -
CMYK 0.23 0.20 0 0.64
HSL 231.43º 0.13% 0.32% -
HSV(B) 231.43º 0.23% 0.36% -
XYZ 6.8 6.82 10.86 -
YUV 74.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 70 73 91 0.23 0.20 0 0.64 231.43 0.13 0.32
Hex 46 49 5B 17 14 0 40 E7 D 20
Octal 106 111 133 27 24 0 100 347 15 40
Binary 1000110 1001001 1011011 10111 10100 0 1000000 11100111 1101 100000

Color Harmonies of #46495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46495B

Black with #46495B

Text Example


Text Example

White with #46495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46495B; }

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

 H1.HeaderClassName
 {
   color: #46495B;
 }
 .AnyTagClassName
 {
   color: #46495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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