#46249C

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

Shades of Blue Gem #46249C

Tints of Blue Gem #46249C

Color information

#46249C (or 0x46249C) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 9C. RGB value is (70,36,156). Sum of RGB (Red+Green+Blue) = 70+36+156=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #46249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249C is #B9DB63. Grayscale: #3B3B3B. Windows color (decimal): -12180324 or 10232902. OLE color: 10232902.

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

Color convert

RGB7036156-
CMYK0.550.7700.39
HSL257º62.5%37.65%-
HSV(B)257º76.92%61.18%-
XYZ9.164.9631.93-
YUV59.85182.26135.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=26.72%
G=13.74%
B=59.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70361560.550.7700.3925762.537.65
Hex46249C374D0271013e26
Octal10644234671150474017646
Binary10001101001001001110011011110011010100111100000001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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