Html Css Color HEX #4827AA Blue Gem

📋 copy color: '#4827AA'

red 72 ◦ green 39 ◦ blue 170

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

Shades of Blue Gem #4827AA

Tints of Blue Gem #4827AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 25.62%
G = 13.88%
B = 60.5%

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

#4827AA (or 0x4827AA) is known color: Blue Gem. HEX triplet: 48, 27 and AA. RGB value is (72,39,170). Sum of RGB (Red+Green+Blue) = 72+39+170=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #4827AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4827AA is #B7D855. Grayscale: #3F3F3F. Windows color (decimal): -12048470 or 11151176. OLE color: 11151176.

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

Color convert

RGB 72 39 170 -
CMYK 0.58 0.77 0 0.33
HSL 255.11º 0.63% 0.41% -
HSV(B) 255.11º 0.77% 0.67% -
XYZ 10.65 5.73 38.57 -
YUV 63.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 72 39 170 0.58 0.77 0 0.33 255.11 0.63 0.41
Hex 48 27 AA 3A 4D 0 21 FF 3F 29
Octal 110 47 252 72 115 0 41 377 77 51
Binary 1001000 100111 10101010 111010 1001101 0 100001 11111111 111111 101001

Color Harmonies of #4827AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4827AA

Black with #4827AA

Text Example


Text Example

White with #4827AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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