#4A308D

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

Shades of Blue Gem #4A308D

Tints of Blue Gem #4A308D

Color information

#4A308D (or 0x4A308D) is unknown color: approx Blue Gem. HEX triplet: 4A, 30 and 8D. RGB value is (74,48,141). Sum of RGB (Red+Green+Blue) = 74+48+141=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A308D is #B5CF72. Grayscale: #424242. Windows color (decimal): -11915123 or 9252938. OLE color: 9252938.

HSL color Cylindrical-coordinate representation of color #4A308D: hue angle of 256.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A308D is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7448141-
CMYK0.480.6600.45
HSL256.77º49.21%37.06%-
HSV(B)256.77º65.96%55.29%-
XYZ8.695.4925.8-
YUV66.38170.11133.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.14%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=28.14%
G=18.25%
B=53.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74481410.480.6600.45256.7749.2137.06
Hex4A308D304202D1013125
Octal11260215601020554016145
Binary10010101100001000110111000010000100101101100000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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