Html Css Color HEX #4828AD Blue Gem

📋 copy color: '#4828AD'

red 72 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #4828AD

Tints of Blue Gem #4828AD

RGB

 RED value IS 72 (28.52% from 255) = 25.26%

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 25.26%
G = 14.04%
B = 60.7%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4828AD (or 0x4828AD) is known color: Blue Gem. HEX triplet: 48, 28 and AD. RGB value is (72,40,173). Sum of RGB (Red+Green+Blue) = 72+40+173=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #4828AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828AD is #B7D752. Grayscale: #404040. Windows color (decimal): -12048211 or 11348040. OLE color: 11348040.

HSL color Cylindrical-coordinate representation of color #4828AD: hue angle of 254.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4828AD is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 40 173 -
CMYK 0.58 0.77 0 0.32
HSL 254.44º 0.62% 0.42% -
HSV(B) 254.44º 0.77% 0.68% -
XYZ 10.97 5.91 40.1 -
YUV 64.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 72 40 173 0.58 0.77 0 0.32 254.44 0.62 0.42
Hex 48 28 AD 3A 4D 0 20 FE 3E 2A
Octal 110 50 255 72 115 0 40 376 76 52
Binary 1001000 101000 10101101 111010 1001101 0 100000 11111110 111110 101010

Color Harmonies of #4828AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828AD

Black with #4828AD

Text Example


Text Example

White with #4828AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4828AD; }

 p { color: rgb(72,40,173); }

 H1.HeaderClassName
 {
   color: #4828AD;
 }
 .AnyTagClassName
 {
   color: #4828AD;
 }
</style>

background-color css

<style>
 a { background-color: #4828AD; }

 a { background-color: rgb(72,40,173); }

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

border-color css

<style>
 span { border-color: #4828AD; }

 span { border-color: rgb(72,40,173); }

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