#46379C

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

Shades of Blue Gem #46379C

Tints of Blue Gem #46379C

Color information

#46379C (or 0x46379C) is unknown color: approx Blue Gem. HEX triplet: 46, 37 and 9C. RGB value is (70,55,156). Sum of RGB (Red+Green+Blue) = 70+55+156=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #46379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46379C is #B9C863. Grayscale: #464646. Windows color (decimal): -12175460 or 10237766. OLE color: 10237766.

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

Color convert

RGB7055156-
CMYK0.550.6500.39
HSL248.91º47.87%41.37%-
HSV(B)248.91º64.74%61.18%-
XYZ9.896.4332.17-
YUV71175.97127.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=24.91%
G=19.57%
B=55.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70551560.550.6500.39248.9147.8741.37
Hex46379C3741027f93029
Octal10667234671010473716051
Binary1000110110111100111001101111000001010011111111001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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