Html Css Color HEX #4D308E Blue Gem

📋 copy color: '#4D308E'

red 77 ◦ green 48 ◦ blue 142

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

Shades of Blue Gem #4D308E

Tints of Blue Gem #4D308E

RGB

 RED value IS 77 (30.47% from 255) = 28.84%

 GREEN value IS 48 (19.14% from 255) = 17.98%

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

R = 28.84%
G = 17.98%
B = 53.18%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D308E (or 0x4D308E) is known color: Blue Gem. HEX triplet: 4D, 30 and 8E. RGB value is (77,48,142). Sum of RGB (Red+Green+Blue) = 77+48+142=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D308E is #B2CF71. Grayscale: #434343. Windows color (decimal): -11718514 or 9318477. OLE color: 9318477.

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

Color convert

RGB 77 48 142 -
CMYK 0.46 0.66 0 0.44
HSL 258.51º 0.49% 0.37% -
HSV(B) 258.51º 0.66% 0.56% -
XYZ 9 5.64 26.21 -
YUV 67.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 77 48 142 0.46 0.66 0 0.44 258.51 0.49 0.37
Hex 4D 30 8E 2E 42 0 2C 103 31 25
Octal 115 60 216 56 102 0 54 403 61 45
Binary 1001101 110000 10001110 101110 1000010 0 101100 100000011 110001 100101

Color Harmonies of #4D308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D308E

Black with #4D308E

Text Example


Text Example

White with #4D308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,142); }

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

background-color css

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

 a { background-color: rgb(77,48,142); }

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

border-color css

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

 span { border-color: rgb(77,48,142); }

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