Html Css Color HEX #4B2E8B Blue Gem

📋 copy color: '#4B2E8B'

red 75 ◦ green 46 ◦ blue 139

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

Shades of Blue Gem #4B2E8B

Tints of Blue Gem #4B2E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 28.85%
G = 17.69%
B = 53.46%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B2E8B (or 0x4B2E8B) is known color: Blue Gem. HEX triplet: 4B, 2E and 8B. RGB value is (75,46,139). Sum of RGB (Red+Green+Blue) = 75+46+139=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B2E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2E8B is #B4D174. Grayscale: #404040. Windows color (decimal): -11850101 or 9121355. OLE color: 9121355.

HSL color Cylindrical-coordinate representation of color #4B2E8B: hue angle of 258.71º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2E8B is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 46 139 -
CMYK 0.46 0.67 0 0.45
HSL 258.71º 0.5% 0.36% -
HSV(B) 258.71º 0.67% 0.55% -
XYZ 8.54 5.31 25 -
YUV 65.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 75 46 139 0.46 0.67 0 0.45 258.71 0.5 0.36
Hex 4B 2E 8B 2E 43 0 2D 103 32 24
Octal 113 56 213 56 103 0 55 403 62 44
Binary 1001011 101110 10001011 101110 1000011 0 101101 100000011 110010 100100

Color Harmonies of #4B2E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E8B

Black with #4B2E8B

Text Example


Text Example

White with #4B2E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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