#4A24A6

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

Shades of Blue Gem #4A24A6

Tints of Blue Gem #4A24A6

Color information

#4A24A6 (or 0x4A24A6) is unknown color: approx Blue Gem. HEX triplet: 4A, 24 and A6. RGB value is (74,36,166). Sum of RGB (Red+Green+Blue) = 74+36+166=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A24A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A24A6 is #B5DB59. Grayscale: #3D3D3D. Windows color (decimal): -11918170 or 10888266. OLE color: 10888266.

HSL color Cylindrical-coordinate representation of color #4A24A6: hue angle of 257.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A24A6 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7436166-
CMYK0.550.7800.35
HSL257.54º64.36%39.61%-
HSV(B)257.54º78.31%65.1%-
XYZ10.345.4736.59-
YUV62.18186.59136.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 166 (65.23% from 255) = 60.14%
R=26.81%
G=13.04%
B=60.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74361660.550.7800.35257.5464.3639.61
Hex4A24A6374E0231024028
Octal112442466711604340210050
Binary100101010010010100110110111100111001000111000000101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A24A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,166); }

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

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

 a { background-color: rgb(74,36,166); }

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

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

 span { border-color: rgb(74,36,166); }

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