#46309C

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

Shades of Blue Gem #46309C

Tints of Blue Gem #46309C

Color information

#46309C (or 0x46309C) is unknown color: approx Blue Gem. HEX triplet: 46, 30 and 9C. RGB value is (70,48,156). Sum of RGB (Red+Green+Blue) = 70+48+156=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #46309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46309C is #B9CF63. Grayscale: #424242. Windows color (decimal): -12177252 or 10235974. OLE color: 10235974.

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

Color convert

RGB7048156-
CMYK0.550.6900.39
HSL252.22º52.94%40%-
HSV(B)252.22º69.23%61.18%-
XYZ9.585.8232.07-
YUV66.89178.29130.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=25.55%
G=17.52%
B=56.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70481560.550.6900.39252.2252.9440
Hex46309C3745027fc3528
Octal10660234671050473746550
Binary1000110110000100111001101111000101010011111111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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