Html Css Color HEX #4B2C9D Blue Gem

📋 copy color: '#4B2C9D'

red 75 ◦ green 44 ◦ blue 157

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

Shades of Blue Gem #4B2C9D

Tints of Blue Gem #4B2C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 27.17%
G = 15.94%
B = 56.88%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B2C9D (or 0x4B2C9D) is known color: Blue Gem. HEX triplet: 4B, 2C and 9D. RGB value is (75,44,157). Sum of RGB (Red+Green+Blue) = 75+44+157=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B2C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2C9D is #B4D362. Grayscale: #414141. Windows color (decimal): -11850595 or 10300491. OLE color: 10300491.

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

Color convert

RGB 75 44 157 -
CMYK 0.52 0.72 0 0.38
HSL 256.46º 0.56% 0.39% -
HSV(B) 256.46º 0.72% 0.62% -
XYZ 9.89 5.73 32.48 -
YUV 66.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 75 44 157 0.52 0.72 0 0.38 256.46 0.56 0.39
Hex 4B 2C 9D 34 48 0 26 100 38 27
Octal 113 54 235 64 110 0 46 400 70 47
Binary 1001011 101100 10011101 110100 1001000 0 100110 100000000 111000 100111

Color Harmonies of #4B2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C9D

Black with #4B2C9D

Text Example


Text Example

White with #4B2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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