Html Css Color HEX #4B2D9E Blue Gem

📋 copy color: '#4B2D9E'

red 75 ◦ green 45 ◦ blue 158

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

Shades of Blue Gem #4B2D9E

Tints of Blue Gem #4B2D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.19%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 26.98%
G = 16.19%
B = 56.83%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B2D9E (or 0x4B2D9E) is known color: Blue Gem. HEX triplet: 4B, 2D and 9E. RGB value is (75,45,158). Sum of RGB (Red+Green+Blue) = 75+45+158=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B2D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2D9E is #B4D261. Grayscale: #424242. Windows color (decimal): -11850338 or 10366283. OLE color: 10366283.

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

Color convert

RGB 75 45 158 -
CMYK 0.53 0.72 0 0.38
HSL 255.93º 0.56% 0.4% -
HSV(B) 255.93º 0.72% 0.62% -
XYZ 10.01 5.84 32.95 -
YUV 66.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 75 45 158 0.53 0.72 0 0.38 255.93 0.56 0.4
Hex 4B 2D 9E 35 48 0 26 100 38 28
Octal 113 55 236 65 110 0 46 400 70 50
Binary 1001011 101101 10011110 110101 1001000 0 100110 100000000 111000 101000

Color Harmonies of #4B2D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2D9E

Black with #4B2D9E

Text Example


Text Example

White with #4B2D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,45,158); }

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

background-color css

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

 a { background-color: rgb(75,45,158); }

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

border-color css

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

 span { border-color: rgb(75,45,158); }

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