Html Css Color HEX #4926AA Blue Gem

📋 copy color: '#4926AA'

red 73 ◦ green 38 ◦ blue 170

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

Shades of Blue Gem #4926AA

Tints of Blue Gem #4926AA

RGB

 RED value IS 73 (28.91% from 255) = 25.98%

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

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

R = 25.98%
G = 13.52%
B = 60.5%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4926AA (or 0x4926AA) is known color: Blue Gem. HEX triplet: 49, 26 and AA. RGB value is (73,38,170). Sum of RGB (Red+Green+Blue) = 73+38+170=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 38 (15.23% from 255 or 13.52% 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 #4926AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4926AA is #B6D955. Grayscale: #3F3F3F. Windows color (decimal): -11983190 or 11150921. OLE color: 11150921.

HSL color Cylindrical-coordinate representation of color #4926AA: hue angle of 255.91º degrees, saturation: 0.63, 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 #4926AA is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 38 170 -
CMYK 0.57 0.78 0 0.33
HSL 255.91º 0.63% 0.41% -
HSV(B) 255.91º 0.78% 0.67% -
XYZ 10.7 5.7 38.57 -
YUV 63.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 73 38 170 0.57 0.78 0 0.33 255.91 0.63 0.41
Hex 49 26 AA 39 4E 0 21 100 3F 29
Octal 111 46 252 71 116 0 41 400 77 51
Binary 1001001 100110 10101010 111001 1001110 0 100001 100000000 111111 101001

Color Harmonies of #4926AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926AA

Black with #4926AA

Text Example


Text Example

White with #4926AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,38,170); }

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

background-color css

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

 a { background-color: rgb(73,38,170); }

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

border-color css

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

 span { border-color: rgb(73,38,170); }

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