Html Css Color HEX #4B249B Blue Gem

📋 copy color: '#4B249B'

red 75 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #4B249B

Tints of Blue Gem #4B249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 28.2%
G = 13.53%
B = 58.27%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B249B (or 0x4B249B) is known color: Blue Gem. HEX triplet: 4B, 24 and 9B. RGB value is (75,36,155). Sum of RGB (Red+Green+Blue) = 75+36+155=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B249B is #B4DB64. Grayscale: #3C3C3C. Windows color (decimal): -11852645 or 10167371. OLE color: 10167371.

HSL color Cylindrical-coordinate representation of color #4B249B: hue angle of 259.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B249B is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 36 155 -
CMYK 0.52 0.77 0 0.39
HSL 259.66º 0.62% 0.37% -
HSV(B) 259.66º 0.77% 0.61% -
XYZ 9.45 5.12 31.5 -
YUV 61.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 75 36 155 0.52 0.77 0 0.39 259.66 0.62 0.37
Hex 4B 24 9B 34 4D 0 27 104 3E 25
Octal 113 44 233 64 115 0 47 404 76 45
Binary 1001011 100100 10011011 110100 1001101 0 100111 100000100 111110 100101

Color Harmonies of #4B249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B249B

Black with #4B249B

Text Example


Text Example

White with #4B249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,155); }

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

background-color css

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

 a { background-color: rgb(75,36,155); }

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

border-color css

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

 span { border-color: rgb(75,36,155); }

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