Html Css Color HEX #4B2B9D Blue Gem

📋 copy color: '#4B2B9D'

red 75 ◦ green 43 ◦ blue 157

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

Shades of Blue Gem #4B2B9D

Tints of Blue Gem #4B2B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.64%

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 27.27%
G = 15.64%
B = 57.09%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B2B9D (or 0x4B2B9D) is known color: Blue Gem. HEX triplet: 4B, 2B and 9D. RGB value is (75,43,157). Sum of RGB (Red+Green+Blue) = 75+43+157=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B2B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2B9D is #B4D462. Grayscale: #414141. Windows color (decimal): -11850851 or 10300235. OLE color: 10300235.

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

Color convert

RGB 75 43 157 -
CMYK 0.52 0.73 0 0.38
HSL 256.84º 0.57% 0.39% -
HSV(B) 256.84º 0.73% 0.62% -
XYZ 9.85 5.66 32.47 -
YUV 65.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 75 43 157 0.52 0.73 0 0.38 256.84 0.57 0.39
Hex 4B 2B 9D 34 49 0 26 101 39 27
Octal 113 53 235 64 111 0 46 401 71 47
Binary 1001011 101011 10011101 110100 1001001 0 100110 100000001 111001 100111

Color Harmonies of #4B2B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2B9D

Black with #4B2B9D

Text Example


Text Example

White with #4B2B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,43,157); }

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

background-color css

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

 a { background-color: rgb(75,43,157); }

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

border-color css

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

 span { border-color: rgb(75,43,157); }

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