#4A289F

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

Shades of Blue Gem #4A289F

Tints of Blue Gem #4A289F

Color information

#4A289F (or 0x4A289F) is unknown color: approx Blue Gem. HEX triplet: 4A, 28 and 9F. RGB value is (74,40,159). Sum of RGB (Red+Green+Blue) = 74+40+159=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A289F is #B5D760. Grayscale: #3F3F3F. Windows color (decimal): -11917153 or 10430538. OLE color: 10430538.

HSL color Cylindrical-coordinate representation of color #4A289F: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A289F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7440159-
CMYK0.530.7500.38
HSL257.14º59.8%39.02%-
HSV(B)257.14º74.84%62.35%-
XYZ9.845.4833.34-
YUV63.73181.76135.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=27.11%
G=14.65%
B=58.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74401590.530.7500.38257.1459.839.02
Hex4A289F354B0261013c27
Octal11250237651130464017447
Binary10010101010001001111111010110010110100110100000001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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