Html Css Color HEX #4D2298 Blue Gem

📋 copy color: '#4D2298'

red 77 ◦ green 34 ◦ blue 152

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

Shades of Blue Gem #4D2298

Tints of Blue Gem #4D2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

 BLUE value IS 152 (59.77% from 255) = 57.79%

R = 29.28%
G = 12.93%
B = 57.79%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D2298 (or 0x4D2298) is known color: Blue Gem. HEX triplet: 4D, 22 and 98. RGB value is (77,34,152). Sum of RGB (Red+Green+Blue) = 77+34+152=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D2298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2298 is #B2DD67. Grayscale: #3B3B3B. Windows color (decimal): -11722088 or 9970253. OLE color: 9970253.

HSL color Cylindrical-coordinate representation of color #4D2298: hue angle of 261.86º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2298 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 34 152 -
CMYK 0.49 0.78 0 0.40
HSL 261.86º 0.63% 0.36% -
HSV(B) 261.86º 0.78% 0.6% -
XYZ 9.3 4.99 30.18 -
YUV 60.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 77 34 152 0.49 0.78 0 0.40 261.86 0.63 0.36
Hex 4D 22 98 31 4E 0 28 106 3F 24
Octal 115 42 230 61 116 0 50 406 77 44
Binary 1001101 100010 10011000 110001 1001110 0 101000 100000110 111111 100100

Color Harmonies of #4D2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2298

Black with #4D2298

Text Example


Text Example

White with #4D2298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,152); }

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

background-color css

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

 a { background-color: rgb(77,34,152); }

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

border-color css

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

 span { border-color: rgb(77,34,152); }

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