#4B399E

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

Shades of Blue Gem #4B399E

Tints of Blue Gem #4B399E

Color information

#4B399E (or 0x4B399E) is unknown color: approx Blue Gem. HEX triplet: 4B, 39 and 9E. RGB value is (75,57,158). Sum of RGB (Red+Green+Blue) = 75+57+158=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B399E is #B4C661. Grayscale: #494949. Windows color (decimal): -11847266 or 10369355. OLE color: 10369355.

HSL color Cylindrical-coordinate representation of color #4B399E: hue angle of 250.69º 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 #4B399E is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7557158-
CMYK0.530.6400.38
HSL250.69º46.98%42.16%-
HSV(B)250.69º63.92%61.96%-
XYZ10.546.8933.12-
YUV73.9175.46128.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=25.86%
G=19.66%
B=54.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75571580.530.6400.38250.6946.9842.16
Hex4B399E3540026fb2f2a
Octal11371236651000463735752
Binary1001011111001100111101101011000000010011011111011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B399E; }

 p { color: rgb(75,57,158); }

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

<style>
 a { background-color: #4B399E; }

 a { background-color: rgb(75,57,158); }

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

<style>
 span { border-color: #4B399E; }

 span { border-color: rgb(75,57,158); }

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