#4A3BAA

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

Shades of Blue Gem #4A3BAA

Tints of Blue Gem #4A3BAA

Color information

#4A3BAA (or 0x4A3BAA) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and AA. RGB value is (74,59,170). Sum of RGB (Red+Green+Blue) = 74+59+170=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAA is #B5C455. Grayscale: #4B4B4B. Windows color (decimal): -11912278 or 11156298. OLE color: 11156298.

HSL color Cylindrical-coordinate representation of color #4A3BAA: hue angle of 248.11º degrees, saturation: 0.48, 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 #4A3BAA is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7459170-
CMYK0.560.6500.33
HSL248.11º48.47%44.9%-
HSV(B)248.11º65.29%66.67%-
XYZ11.647.4938.86-
YUV76.14180.97126.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=24.42%
G=19.47%
B=56.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74591700.560.6500.33248.1148.4744.9
Hex4A3BAA3841021f8302d
Octal11273252701010413706055
Binary1001010111011101010101110001000001010000111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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