#4A27AB

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

Shades of Blue Gem #4A27AB

Tints of Blue Gem #4A27AB

Color information

#4A27AB (or 0x4A27AB) is unknown color: approx Blue Gem. HEX triplet: 4A, 27 and AB. RGB value is (74,39,171). Sum of RGB (Red+Green+Blue) = 74+39+171=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 39 (15.62% from 255 or 13.73% 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 #4A27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A27AB is #B5D854. Grayscale: #404040. Windows color (decimal): -11917397 or 11216714. OLE color: 11216714.

HSL color Cylindrical-coordinate representation of color #4A27AB: 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.77%. Process color model (Four color, CMYK) of #4A27AB is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7439171-
CMYK0.570.7700.33
HSL255.91º62.86%41.18%-
HSV(B)255.91º77.19%67.06%-
XYZ10.95.8539.08-
YUV64.51188.1134.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=26.06%
G=13.73%
B=60.21%

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
Decimal74391710.570.7700.33255.9162.8641.18
Hex4A27AB394D0211003f29
Octal11247253711150414007751
Binary10010101001111010101111100110011010100001100000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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