Html Css Color HEX #4826A4 Blue Gem

📋 copy color: '#4826A4'

red 72 ◦ green 38 ◦ blue 164

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

Shades of Blue Gem #4826A4

Tints of Blue Gem #4826A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.85%

R = 26.28%
G = 13.87%
B = 59.85%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4826A4 (or 0x4826A4) is known color: Blue Gem. HEX triplet: 48, 26 and A4. RGB value is (72,38,164). Sum of RGB (Red+Green+Blue) = 72+38+164=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #4826A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4826A4 is #B7D95B. Grayscale: #3E3E3E. Windows color (decimal): -12048732 or 10757704. OLE color: 10757704.

HSL color Cylindrical-coordinate representation of color #4826A4: hue angle of 256.19º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4826A4 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 38 164 -
CMYK 0.56 0.77 0 0.36
HSL 256.19º 0.62% 0.4% -
HSV(B) 256.19º 0.77% 0.64% -
XYZ 10.07 5.44 35.64 -
YUV 62.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 72 38 164 0.56 0.77 0 0.36 256.19 0.62 0.4
Hex 48 26 A4 38 4D 0 24 100 3E 28
Octal 110 46 244 70 115 0 44 400 76 50
Binary 1001000 100110 10100100 111000 1001101 0 100100 100000000 111110 101000

Color Harmonies of #4826A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826A4

Black with #4826A4

Text Example


Text Example

White with #4826A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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