Html Css Color HEX #4B3093 Blue Gem

📋 copy color: '#4B3093'

red 75 ◦ green 48 ◦ blue 147

#4B3093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4B3093

Tints of Blue Gem #4B3093

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 value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B3093 (or 0x4B3093) is known color: 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

RGB 75 48 147 -
CMYK 0.49 0.67 0 0.42
HSL 256.36º 0.51% 0.38% -
HSV(B) 256.36º 0.67% 0.58% -
XYZ 9.23 5.72 28.22 -
YUV 67.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 75 48 147 0.49 0.67 0 0.42 256.36 0.51 0.38
Hex 4B 30 93 31 43 0 2A 100 33 26
Octal 113 60 223 61 103 0 52 400 63 46
Binary 1001011 110000 10010011 110001 1000011 0 101010 100000000 110011 100110

Color Harmonies of #4B3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3093

Black with #4B3093

Text Example


Text Example

White with #4B3093

Text Example


Text Example

HTML Codes & Css Web 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>