Html Css Color HEX #4B239E Blue Gem

📋 copy color: '#4B239E'

red 75 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #4B239E

Tints of Blue Gem #4B239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 27.99%
G = 13.06%
B = 58.96%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B239E (or 0x4B239E) is known color: Blue Gem. HEX triplet: 4B, 23 and 9E. RGB value is (75,35,158). Sum of RGB (Red+Green+Blue) = 75+35+158=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B239E is #B4DC61. Grayscale: #3C3C3C. Windows color (decimal): -11852898 or 10363723. OLE color: 10363723.

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

Color convert

RGB 75 35 158 -
CMYK 0.53 0.78 0 0.38
HSL 259.51º 0.64% 0.38% -
HSV(B) 259.51º 0.78% 0.62% -
XYZ 9.67 5.17 32.84 -
YUV 60.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 75 35 158 0.53 0.78 0 0.38 259.51 0.64 0.38
Hex 4B 23 9E 35 4E 0 26 104 40 26
Octal 113 43 236 65 116 0 46 404 100 46
Binary 1001011 100011 10011110 110101 1001110 0 100110 100000100 1000000 100110

Color Harmonies of #4B239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B239E

Black with #4B239E

Text Example


Text Example

White with #4B239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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