#4A309E

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

Shades of Blue Gem #4A309E

Tints of Blue Gem #4A309E

Color information

#4A309E (or 0x4A309E) is unknown color: approx Blue Gem. HEX triplet: 4A, 30 and 9E. RGB value is (74,48,158). Sum of RGB (Red+Green+Blue) = 74+48+158=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A309E is #B5CF61. Grayscale: #434343. Windows color (decimal): -11915106 or 10367050. OLE color: 10367050.

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

Color convert

RGB7448158-
CMYK0.530.7000.38
HSL254.18º53.4%40.39%-
HSV(B)254.18º69.62%61.96%-
XYZ10.056.0432.98-
YUV68.31178.61132.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.43%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=26.43%
G=17.14%
B=56.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74481580.530.7000.38254.1853.440.39
Hex4A309E3546026fe3528
Octal11260236651060463766550
Binary1001010110000100111101101011000110010011011111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,158); }

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

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

 a { background-color: rgb(74,48,158); }

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

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

 span { border-color: rgb(74,48,158); }

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