#4A3BAB

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

Shades of Blue Gem #4A3BAB

Tints of Blue Gem #4A3BAB

Color information

#4A3BAB (or 0x4A3BAB) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and AB. RGB value is (74,59,171). Sum of RGB (Red+Green+Blue) = 74+59+171=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAB is #B5C454. Grayscale: #4B4B4B. Windows color (decimal): -11912277 or 11221834. OLE color: 11221834.

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

Color convert

RGB7459171-
CMYK0.570.6500.33
HSL248.04º48.7%45.1%-
HSV(B)248.04º65.5%67.06%-
XYZ11.747.5239.36-
YUV76.25181.47126.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.34%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=24.34%
G=19.41%
B=56.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74591710.570.6500.33248.0448.745.1
Hex4A3BAB3941021f8312d
Octal11273253711010413706155
Binary1001010111011101010111110011000001010000111111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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