Html Css Color HEX #4B3198 Blue Gem

📋 copy color: '#4B3198'

red 75 ◦ green 49 ◦ blue 152

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

Shades of Blue Gem #4B3198

Tints of Blue Gem #4B3198

RGB

 RED value IS 75 (29.69% from 255) = 27.17%

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 27.17%
G = 17.75%
B = 55.07%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B3198 (or 0x4B3198) is known color: Blue Gem. HEX triplet: 4B, 31 and 98. RGB value is (75,49,152). Sum of RGB (Red+Green+Blue) = 75+49+152=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B3198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3198 is #B4CE67. Grayscale: #444444. Windows color (decimal): -11849320 or 9974091. OLE color: 9974091.

HSL color Cylindrical-coordinate representation of color #4B3198: hue angle of 255.15º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B3198 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 49 152 -
CMYK 0.51 0.68 0 0.40
HSL 255.15º 0.51% 0.39% -
HSV(B) 255.15º 0.68% 0.6% -
XYZ 9.67 5.96 30.35 -
YUV 68.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 75 49 152 0.51 0.68 0 0.40 255.15 0.51 0.39
Hex 4B 31 98 33 44 0 28 FF 33 27
Octal 113 61 230 63 104 0 50 377 63 47
Binary 1001011 110001 10011000 110011 1000100 0 101000 11111111 110011 100111

Color Harmonies of #4B3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3198

Black with #4B3198

Text Example


Text Example

White with #4B3198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B3198;
 }
 .AnyTagClassName
 {
   color: #4B3198;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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