Html Css Color HEX #4D30AD Blue Gem

📋 copy color: '#4D30AD'

red 77 ◦ green 48 ◦ blue 173

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

Shades of Blue Gem #4D30AD

Tints of Blue Gem #4D30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 25.84%
G = 16.11%
B = 58.05%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D30AD (or 0x4D30AD) is known color: Blue Gem. HEX triplet: 4D, 30 and AD. RGB value is (77,48,173). Sum of RGB (Red+Green+Blue) = 77+48+173=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D30AD is #B2CF52. Grayscale: #464646. Windows color (decimal): -11718483 or 11350093. OLE color: 11350093.

HSL color Cylindrical-coordinate representation of color #4D30AD: hue angle of 253.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D30AD is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 48 173 -
CMYK 0.55 0.72 0 0.32
HSL 253.92º 0.57% 0.43% -
HSV(B) 253.92º 0.72% 0.68% -
XYZ 11.66 6.71 40.22 -
YUV 70.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 77 48 173 0.55 0.72 0 0.32 253.92 0.57 0.43
Hex 4D 30 AD 37 48 0 20 FE 39 2B
Octal 115 60 255 67 110 0 40 376 71 53
Binary 1001101 110000 10101101 110111 1001000 0 100000 11111110 111001 101011

Color Harmonies of #4D30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D30AD

Black with #4D30AD

Text Example


Text Example

White with #4D30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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