#4B319E

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

Shades of Blue Gem #4B319E

Tints of Blue Gem #4B319E

Color information

#4B319E (or 0x4B319E) is unknown color: approx Blue Gem. HEX triplet: 4B, 31 and 9E. RGB value is (75,49,158). Sum of RGB (Red+Green+Blue) = 75+49+158=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B319E is #B4CE61. Grayscale: #444444. Windows color (decimal): -11849314 or 10367307. OLE color: 10367307.

HSL color Cylindrical-coordinate representation of color #4B319E: hue angle of 254.31º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B319E is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7549158-
CMYK0.530.6900.38
HSL254.31º52.66%40.59%-
HSV(B)254.31º68.99%61.96%-
XYZ10.176.1633-
YUV69.2178.11132.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=26.60%
G=17.38%
B=56.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75491580.530.6900.38254.3152.6640.59
Hex4B319E3545026fe3529
Octal11361236651050463766551
Binary1001011110001100111101101011000101010011011111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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