Html Css Color HEX #4728AD Blue Gem

📋 copy color: '#4728AD'

red 71 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #4728AD

Tints of Blue Gem #4728AD

RGB

 RED value IS 71 (28.13% from 255) = 25%

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

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 25%
G = 14.08%
B = 60.92%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4728AD (or 0x4728AD) is known color: Blue Gem. HEX triplet: 47, 28 and AD. RGB value is (71,40,173). Sum of RGB (Red+Green+Blue) = 71+40+173=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4728AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4728AD is #B8D752. Grayscale: #3F3F3F. Windows color (decimal): -12113747 or 11348039. OLE color: 11348039.

HSL color Cylindrical-coordinate representation of color #4728AD: hue angle of 253.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4728AD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 40 173 -
CMYK 0.59 0.77 0 0.32
HSL 253.99º 0.62% 0.42% -
HSV(B) 253.99º 0.77% 0.68% -
XYZ 10.9 5.87 40.09 -
YUV 64.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 71 40 173 0.59 0.77 0 0.32 253.99 0.62 0.42
Hex 47 28 AD 3B 4D 0 20 FE 3E 2A
Octal 107 50 255 73 115 0 40 376 76 52
Binary 1000111 101000 10101101 111011 1001101 0 100000 11111110 111110 101010

Color Harmonies of #4728AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728AD

Black with #4728AD

Text Example


Text Example

White with #4728AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4728AD; }

 p { color: rgb(71,40,173); }

 H1.HeaderClassName
 {
   color: #4728AD;
 }
 .AnyTagClassName
 {
   color: #4728AD;
 }
</style>

background-color css

<style>
 a { background-color: #4728AD; }

 a { background-color: rgb(71,40,173); }

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

border-color css

<style>
 span { border-color: #4728AD; }

 span { border-color: rgb(71,40,173); }

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