#4728AA

Color #4728AA Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4728AA

Tints of Blue Gem #4728AA

Color information

#4728AA (or 0x4728AA) is unknown color: approx Blue Gem. HEX triplet: 47, 28 and AA. RGB value is (71,40,170). Sum of RGB (Red+Green+Blue) = 71+40+170=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 40 (16.02% from 255 or 14.23% 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 #4728AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4728AA is #B8D755. Grayscale: #3F3F3F. Windows color (decimal): -12113750 or 11151431. OLE color: 11151431.

HSL color Cylindrical-coordinate representation of color #4728AA: hue angle of 254.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4728AA is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7140170-
CMYK0.580.7600.33
HSL254.31º61.9%41.18%-
HSV(B)254.31º76.47%66.67%-
XYZ10.615.7638.58-
YUV64.09187.77132.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=25.27%
G=14.23%
B=60.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71401700.580.7600.33254.3161.941.18
Hex4728AA3A4C021fe3e29
Octal10750252721140413767651
Binary1000111101000101010101110101001100010000111111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4728AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4728AA;
 }
 .AnyTagClassName
 {
   color: #4728AA;
 }
</style>
background-color css

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

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

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

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

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

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