#46249E

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

Shades of Blue Gem #46249E

Tints of Blue Gem #46249E

Color information

#46249E (or 0x46249E) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 9E. RGB value is (70,36,158). Sum of RGB (Red+Green+Blue) = 70+36+158=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #46249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249E is #B9DB61. Grayscale: #3B3B3B. Windows color (decimal): -12180322 or 10363974. OLE color: 10363974.

HSL color Cylindrical-coordinate representation of color #46249E: hue angle of 256.72º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46249E is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7036158-
CMYK0.560.7700.38
HSL256.72º62.89%38.04%-
HSV(B)256.72º77.22%61.96%-
XYZ9.335.0332.83-
YUV60.07183.26135.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=26.52%
G=13.64%
B=59.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70361580.560.7700.38256.7262.8938.04
Hex46249E384D0261013f26
Octal10644236701150464017746
Binary10001101001001001111011100010011010100110100000001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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