#4A28AB

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

Shades of Blue Gem #4A28AB

Tints of Blue Gem #4A28AB

Color information

#4A28AB (or 0x4A28AB) is unknown color: approx Blue Gem. HEX triplet: 4A, 28 and AB. RGB value is (74,40,171). Sum of RGB (Red+Green+Blue) = 74+40+171=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A28AB is #B5D754. Grayscale: #404040. Windows color (decimal): -11917141 or 11216970. OLE color: 11216970.

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

Color convert

RGB7440171-
CMYK0.570.7700.33
HSL255.57º62.09%41.37%-
HSV(B)255.57º76.61%67.06%-
XYZ10.935.9139.09-
YUV65.1187.76134.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 171 (67.19% from 255) = 60%
R=25.96%
G=14.04%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74401710.570.7700.33255.5762.0941.37
Hex4A28AB394D0211003e29
Octal11250253711150414007651
Binary10010101010001010101111100110011010100001100000000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A28AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A28AB; }

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

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

<style>
 a { background-color: #4A28AB; }

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

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

<style>
 span { border-color: #4A28AB; }

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

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