Html Css Color HEX #46495C Blue Zodiac

📋 copy color: '#46495C'

red 70 ◦ green 73 ◦ blue 92

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

Shades of Blue Zodiac #46495C

Tints of Blue Zodiac #46495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 29.79%
G = 31.06%
B = 39.15%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46495C (or 0x46495C) is known color: Blue Zodiac. HEX triplet: 46, 49 and 5C. RGB value is (70,73,92). Sum of RGB (Red+Green+Blue) = 70+73+92=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #46495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46495C is #B9B6A3. Grayscale: #4A4A4A. Windows color (decimal): -12170916 or 6048070. OLE color: 6048070.

HSL color Cylindrical-coordinate representation of color #46495C: hue angle of 231.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46495C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 73 92 -
CMYK 0.24 0.21 0 0.64
HSL 231.82º 0.14% 0.32% -
HSV(B) 231.82º 0.24% 0.36% -
XYZ 6.84 6.84 11.08 -
YUV 74.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 70 73 92 0.24 0.21 0 0.64 231.82 0.14 0.32
Hex 46 49 5C 18 15 0 40 E8 E 20
Octal 106 111 134 30 25 0 100 350 16 40
Binary 1000110 1001001 1011100 11000 10101 0 1000000 11101000 1110 100000

Color Harmonies of #46495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46495C

Black with #46495C

Text Example


Text Example

White with #46495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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