#4B3093

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

Shades of Blue Gem #4B3093

Tints of Blue Gem #4B3093

Color information

#4B3093 (or 0x4B3093) is unknown color: approx Blue Gem. HEX triplet: 4B, 30 and 93. RGB value is (75,48,147). Sum of RGB (Red+Green+Blue) = 75+48+147=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B3093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3093 is #B4CF6C. Grayscale: #424242. Windows color (decimal): -11849581 or 9646155. OLE color: 9646155.

HSL color Cylindrical-coordinate representation of color #4B3093: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B3093 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7548147-
CMYK0.490.6700.42
HSL256.36º50.77%38.24%-
HSV(B)256.36º67.35%57.65%-
XYZ9.235.7228.22-
YUV67.36172.95133.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=27.78%
G=17.78%
B=54.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75481470.490.6700.42256.3650.7738.24
Hex4B3093314302A1003326
Octal11360223611030524006346
Binary10010111100001001001111000110000110101010100000000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,147); }

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

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

 a { background-color: rgb(75,48,147); }

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

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

 span { border-color: rgb(75,48,147); }

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