Html Css Color HEX #4825AA Blue Gem

📋 copy color: '#4825AA'

red 72 ◦ green 37 ◦ blue 170

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

Shades of Blue Gem #4825AA

Tints of Blue Gem #4825AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 25.81%
G = 13.26%
B = 60.93%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4825AA (or 0x4825AA) is known color: Blue Gem. HEX triplet: 48, 25 and AA. RGB value is (72,37,170). Sum of RGB (Red+Green+Blue) = 72+37+170=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4825AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4825AA is #B7DA55. Grayscale: #3E3E3E. Windows color (decimal): -12048982 or 11150664. OLE color: 11150664.

HSL color Cylindrical-coordinate representation of color #4825AA: hue angle of 255.79º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4825AA is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 37 170 -
CMYK 0.58 0.78 0 0.33
HSL 255.79º 0.64% 0.41% -
HSV(B) 255.79º 0.78% 0.67% -
XYZ 10.59 5.6 38.55 -
YUV 62.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 72 37 170 0.58 0.78 0 0.33 255.79 0.64 0.41
Hex 48 25 AA 3A 4E 0 21 100 40 29
Octal 110 45 252 72 116 0 41 400 100 51
Binary 1001000 100101 10101010 111010 1001110 0 100001 100000000 1000000 101001

Color Harmonies of #4825AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4825AA

Black with #4825AA

Text Example


Text Example

White with #4825AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4825AA; }

 p { color: rgb(72,37,170); }

 H1.HeaderClassName
 {
   color: #4825AA;
 }
 .AnyTagClassName
 {
   color: #4825AA;
 }
</style>

background-color css

<style>
 a { background-color: #4825AA; }

 a { background-color: rgb(72,37,170); }

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

border-color css

<style>
 span { border-color: #4825AA; }

 span { border-color: rgb(72,37,170); }

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