Html Css Color HEX #4B318E Blue Gem

📋 copy color: '#4B318E'

red 75 ◦ green 49 ◦ blue 142

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

Shades of Blue Gem #4B318E

Tints of Blue Gem #4B318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 28.2%
G = 18.42%
B = 53.38%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4B318E (or 0x4B318E) is known color: Blue Gem. HEX triplet: 4B, 31 and 8E. RGB value is (75,49,142). Sum of RGB (Red+Green+Blue) = 75+49+142=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B318E is #B4CE71. Grayscale: #434343. Windows color (decimal): -11849330 or 9318731. OLE color: 9318731.

HSL color Cylindrical-coordinate representation of color #4B318E: hue angle of 256.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B318E is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 49 142 -
CMYK 0.47 0.65 0 0.44
HSL 256.77º 0.49% 0.37% -
HSV(B) 256.77º 0.65% 0.56% -
XYZ 8.88 5.65 26.21 -
YUV 67.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 75 49 142 0.47 0.65 0 0.44 256.77 0.49 0.37
Hex 4B 31 8E 2F 41 0 2C 101 31 25
Octal 113 61 216 57 101 0 54 401 61 45
Binary 1001011 110001 10001110 101111 1000001 0 101100 100000001 110001 100101

Color Harmonies of #4B318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B318E

Black with #4B318E

Text Example


Text Example

White with #4B318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,142); }

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

background-color css

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

 a { background-color: rgb(75,49,142); }

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

border-color css

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

 span { border-color: rgb(75,49,142); }

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