Html Css Color HEX #4B2EA2 Blue Gem

📋 copy color: '#4B2EA2'

red 75 ◦ green 46 ◦ blue 162

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

Shades of Blue Gem #4B2EA2

Tints of Blue Gem #4B2EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 162 (63.67% from 255) = 57.24%

R = 26.5%
G = 16.25%
B = 57.24%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4B2EA2 (or 0x4B2EA2) is known color: Blue Gem. HEX triplet: 4B, 2E and A2. RGB value is (75,46,162). Sum of RGB (Red+Green+Blue) = 75+46+162=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B2EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2EA2 is #B4D15D. Grayscale: #434343. Windows color (decimal): -11850078 or 10628683. OLE color: 10628683.

HSL color Cylindrical-coordinate representation of color #4B2EA2: hue angle of 255º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2EA2 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 46 162 -
CMYK 0.54 0.72 0 0.36
HSL 255º 0.56% 0.41% -
HSV(B) 255º 0.72% 0.64% -
XYZ 10.4 6.06 34.8 -
YUV 67.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 75 46 162 0.54 0.72 0 0.36 255 0.56 0.41
Hex 4B 2E A2 36 48 0 24 FF 38 29
Octal 113 56 242 66 110 0 44 377 70 51
Binary 1001011 101110 10100010 110110 1001000 0 100100 11111111 111000 101001

Color Harmonies of #4B2EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2EA2

Black with #4B2EA2

Text Example


Text Example

White with #4B2EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,46,162); }

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

background-color css

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

 a { background-color: rgb(75,46,162); }

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

border-color css

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

 span { border-color: rgb(75,46,162); }

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