#4a239d

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

Shades of Blue Gem #4A239D

Tints of Blue Gem #4A239D

Color information

#4A239D (or 0x4A239D) is unknown color: approx Blue Gem. HEX triplet: 4A, 23 and 9D. RGB value is (74,35,157). Sum of RGB (Red+Green+Blue) = 74+35+157=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A239D is #B5DC62. Grayscale: #3C3C3C. Windows color (decimal): -11918435 or 10298186. OLE color: 10298186.

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

Color convert

RGB7435157-
CMYK0.530.7800.38
HSL259.18º63.54%37.65%-
HSV(B)259.18º77.71%61.57%-
XYZ9.515.0932.38-
YUV60.57182.42137.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=27.82%
G=13.16%
B=59.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74351570.530.7800.38259.1863.5437.65
Hex4A239D354E0261034026
Octal112432356511604640310046
Binary100101010001110011101110101100111001001101000000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a239d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,157); }

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

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

 a { background-color: rgb(74,35,157); }

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

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

 span { border-color: rgb(74,35,157); }

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