#4A3BAC

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

Shades of Blue Gem #4A3BAC

Tints of Blue Gem #4A3BAC

Color information

#4A3BAC (or 0x4A3BAC) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and AC. RGB value is (74,59,172). Sum of RGB (Red+Green+Blue) = 74+59+172=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAC is #B5C453. Grayscale: #4B4B4B. Windows color (decimal): -11912276 or 11287370. OLE color: 11287370.

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

Color convert

RGB7459172-
CMYK0.570.6600.33
HSL247.96º48.92%45.29%-
HSV(B)247.96º65.7%67.45%-
XYZ11.837.5639.87-
YUV76.37181.97126.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=24.26%
G=19.34%
B=56.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74591720.570.6600.33247.9648.9245.29
Hex4A3BAC3942021f8312d
Octal11273254711020413706155
Binary1001010111011101011001110011000010010000111111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,59,172); }

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

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

 a { background-color: rgb(74,59,172); }

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

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

 span { border-color: rgb(74,59,172); }

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