Html Css Color HEX #4928AB Blue Gem

📋 copy color: '#4928AB'

red 73 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4928AB

Tints of Blue Gem #4928AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 25.7%
G = 14.08%
B = 60.21%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4928AB (or 0x4928AB) is known color: Blue Gem. HEX triplet: 49, 28 and AB. RGB value is (73,40,171). Sum of RGB (Red+Green+Blue) = 73+40+171=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #4928AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4928AB is #B6D754. Grayscale: #404040. Windows color (decimal): -11982677 or 11216969. OLE color: 11216969.

HSL color Cylindrical-coordinate representation of color #4928AB: hue angle of 255.11º degrees, saturation: 0.62, 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 #4928AB is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 40 171 -
CMYK 0.57 0.77 0 0.33
HSL 255.11º 0.62% 0.41% -
HSV(B) 255.11º 0.77% 0.67% -
XYZ 10.86 5.87 39.09 -
YUV 64.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 73 40 171 0.57 0.77 0 0.33 255.11 0.62 0.41
Hex 49 28 AB 39 4D 0 21 FF 3E 29
Octal 111 50 253 71 115 0 41 377 76 51
Binary 1001001 101000 10101011 111001 1001101 0 100001 11111111 111110 101001

Color Harmonies of #4928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4928AB

Black with #4928AB

Text Example


Text Example

White with #4928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4928AB; }

 p { color: rgb(73,40,171); }

 H1.HeaderClassName
 {
   color: #4928AB;
 }
 .AnyTagClassName
 {
   color: #4928AB;
 }
</style>

background-color css

<style>
 a { background-color: #4928AB; }

 a { background-color: rgb(73,40,171); }

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

border-color css

<style>
 span { border-color: #4928AB; }

 span { border-color: rgb(73,40,171); }

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