#46249A

Color #46249A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #46249A

Tints of Blue Gem #46249A

Color information

#46249A (or 0x46249A) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 9A. RGB value is (70,36,154). Sum of RGB (Red+Green+Blue) = 70+36+154=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #46249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249A is #B9DB65. Grayscale: #3B3B3B. Windows color (decimal): -12180326 or 10101830. OLE color: 10101830.

HSL color Cylindrical-coordinate representation of color #46249A: hue angle of 257.29º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46249A is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7036154-
CMYK0.550.7700.40
HSL257.29º62.11%37.25%-
HSV(B)257.29º76.62%60.39%-
XYZ8.994.931.04-
YUV59.62181.26135.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 154 (60.55% from 255) = 59.23%
R=26.92%
G=13.85%
B=59.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70361540.550.7700.40257.2962.1137.25
Hex46249A374D0281013e25
Octal10644232671150504017645
Binary10001101001001001101011011110011010101000100000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46249A; }

 p { color: rgb(70,36,154); }

 H1.HeaderClassName
 {
   color: #46249A;
 }
 .AnyTagClassName
 {
   color: #46249A;
 }
</style>
background-color css

<style>
 a { background-color: #46249A; }

 a { background-color: rgb(70,36,154); }

 div.DivClassName
 {
   background-color: #46249A;
 }
 .BgClassName
 {
   background-color: #46249A;
 }
</style>
border-color css

<style>
 span { border-color: #46249A; }

 span { border-color: rgb(70,36,154); }

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