Html Css Color HEX #4828AC Blue Gem

📋 copy color: '#4828AC'

red 72 ◦ green 40 ◦ blue 172

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

Shades of Blue Gem #4828AC

Tints of Blue Gem #4828AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 25.35%
G = 14.08%
B = 60.56%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4828AC (or 0x4828AC) is known color: Blue Gem. HEX triplet: 48, 28 and AC. RGB value is (72,40,172). Sum of RGB (Red+Green+Blue) = 72+40+172=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #4828AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4828AC is #B7D753. Grayscale: #404040. Windows color (decimal): -12048212 or 11282504. OLE color: 11282504.

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

Color convert

RGB 72 40 172 -
CMYK 0.58 0.77 0 0.33
HSL 254.55º 0.62% 0.42% -
HSV(B) 254.55º 0.77% 0.67% -
XYZ 10.88 5.87 39.59 -
YUV 64.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 72 40 172 0.58 0.77 0 0.33 254.55 0.62 0.42
Hex 48 28 AC 3A 4D 0 21 FF 3E 2A
Octal 110 50 254 72 115 0 41 377 76 52
Binary 1001000 101000 10101100 111010 1001101 0 100001 11111111 111110 101010

Color Harmonies of #4828AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828AC

Black with #4828AC

Text Example


Text Example

White with #4828AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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