#46389D

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

Shades of Blue Gem #46389D

Tints of Blue Gem #46389D

Color information

#46389D (or 0x46389D) is unknown color: approx Blue Gem. HEX triplet: 46, 38 and 9D. RGB value is (70,56,157). Sum of RGB (Red+Green+Blue) = 70+56+157=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #46389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46389D is #B9C762. Grayscale: #474747. Windows color (decimal): -12175203 or 10303558. OLE color: 10303558.

HSL color Cylindrical-coordinate representation of color #46389D: hue angle of 248.32º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46389D is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7056157-
CMYK0.550.6400.38
HSL248.32º47.42%41.76%-
HSV(B)248.32º64.33%61.57%-
XYZ10.036.5632.64-
YUV71.7176.14126.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=24.73%
G=19.79%
B=55.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70561570.550.6400.38248.3247.4241.76
Hex46389D3740026f82f2a
Octal10670235671000463705752
Binary1000110111000100111011101111000000010011011111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46389D; }

 p { color: rgb(70,56,157); }

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

<style>
 a { background-color: #46389D; }

 a { background-color: rgb(70,56,157); }

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

<style>
 span { border-color: #46389D; }

 span { border-color: rgb(70,56,157); }

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