Html Css Color HEX #4D2F8E Blue Gem

📋 copy color: '#4D2F8E'

red 77 ◦ green 47 ◦ blue 142

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

Shades of Blue Gem #4D2F8E

Tints of Blue Gem #4D2F8E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

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

R = 28.95%
G = 17.67%
B = 53.38%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D2F8E (or 0x4D2F8E) is known color: Blue Gem. HEX triplet: 4D, 2F and 8E. RGB value is (77,47,142). Sum of RGB (Red+Green+Blue) = 77+47+142=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 47 (18.75% from 255 or 17.67% 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 #4D2F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2F8E is #B2D071. Grayscale: #424242. Windows color (decimal): -11718770 or 9318221. OLE color: 9318221.

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

Color convert

RGB 77 47 142 -
CMYK 0.46 0.67 0 0.44
HSL 258.95º 0.5% 0.37% -
HSV(B) 258.95º 0.67% 0.56% -
XYZ 8.96 5.56 26.19 -
YUV 66.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 77 47 142 0.46 0.67 0 0.44 258.95 0.5 0.37
Hex 4D 2F 8E 2E 43 0 2C 103 32 25
Octal 115 57 216 56 103 0 54 403 62 45
Binary 1001101 101111 10001110 101110 1000011 0 101100 100000011 110010 100101

Color Harmonies of #4D2F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F8E

Black with #4D2F8E

Text Example


Text Example

White with #4D2F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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