#4B27A9

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

Shades of Blue Gem #4B27A9

Tints of Blue Gem #4B27A9

Color information

#4B27A9 (or 0x4B27A9) is unknown color: approx Blue Gem. HEX triplet: 4B, 27 and A9. RGB value is (75,39,169). Sum of RGB (Red+Green+Blue) = 75+39+169=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #4B27A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B27A9 is #B4D856. Grayscale: #404040. Windows color (decimal): -11851863 or 11085643. OLE color: 11085643.

HSL color Cylindrical-coordinate representation of color #4B27A9: hue angle of 256.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B27A9 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7539169-
CMYK0.560.7700.34
HSL256.62º62.5%40.78%-
HSV(B)256.62º76.92%66.27%-
XYZ10.795.8138.09-
YUV64.58186.93135.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 169 (66.41% from 255) = 59.72%
R=26.50%
G=13.78%
B=59.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal75391690.560.7700.34256.6262.540.78
Hex4B27A9384D0221013e29
Octal11347251701150424017651
Binary10010111001111010100111100010011010100010100000001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B27A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,169); }

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

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

 a { background-color: rgb(75,39,169); }

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

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

 span { border-color: rgb(75,39,169); }

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