Html Css Color HEX #4826A9 Blue Gem

📋 copy color: '#4826A9'

red 72 ◦ green 38 ◦ blue 169

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

Shades of Blue Gem #4826A9

Tints of Blue Gem #4826A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 169 (66.41% from 255) = 60.57%

R = 25.81%
G = 13.62%
B = 60.57%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4826A9 (or 0x4826A9) is known color: Blue Gem. HEX triplet: 48, 26 and A9. RGB value is (72,38,169). Sum of RGB (Red+Green+Blue) = 72+38+169=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #4826A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4826A9 is #B7D956. Grayscale: #3E3E3E. Windows color (decimal): -12048727 or 11085384. OLE color: 11085384.

HSL color Cylindrical-coordinate representation of color #4826A9: hue angle of 255.57º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4826A9 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 38 169 -
CMYK 0.57 0.78 0 0.34
HSL 255.57º 0.63% 0.41% -
HSV(B) 255.57º 0.78% 0.66% -
XYZ 10.53 5.63 38.07 -
YUV 63.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 72 38 169 0.57 0.78 0 0.34 255.57 0.63 0.41
Hex 48 26 A9 39 4E 0 22 100 3F 29
Octal 110 46 251 71 116 0 42 400 77 51
Binary 1001000 100110 10101001 111001 1001110 0 100010 100000000 111111 101001

Color Harmonies of #4826A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826A9

Black with #4826A9

Text Example


Text Example

White with #4826A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4826A9; }

 p { color: rgb(72,38,169); }

 H1.HeaderClassName
 {
   color: #4826A9;
 }
 .AnyTagClassName
 {
   color: #4826A9;
 }
</style>

background-color css

<style>
 a { background-color: #4826A9; }

 a { background-color: rgb(72,38,169); }

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

border-color css

<style>
 span { border-color: #4826A9; }

 span { border-color: rgb(72,38,169); }

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