#4A3BAD

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

Shades of Blue Gem #4A3BAD

Tints of Blue Gem #4A3BAD

Color information

#4A3BAD (or 0x4A3BAD) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and AD. RGB value is (74,59,173). Sum of RGB (Red+Green+Blue) = 74+59+173=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A3BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAD is #B5C452. Grayscale: #4C4C4C. Windows color (decimal): -11912275 or 11352906. OLE color: 11352906.

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

Color convert

RGB7459173-
CMYK0.570.6600.32
HSL247.89º49.14%45.49%-
HSV(B)247.89º65.9%67.84%-
XYZ11.937.640.37-
YUV76.48182.47126.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.18%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=24.18%
G=19.28%
B=56.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74591730.570.6600.32247.8949.1445.49
Hex4A3BAD3942020f8312d
Octal11273255711020403706155
Binary1001010111011101011011110011000010010000011111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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