#4A3DAD

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

Shades of Blue Gem #4A3DAD

Tints of Blue Gem #4A3DAD

Color information

#4A3DAD (or 0x4A3DAD) is unknown color: approx Blue Gem. HEX triplet: 4A, 3D and AD. RGB value is (74,61,173). Sum of RGB (Red+Green+Blue) = 74+61+173=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A3DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3DAD is #B5C252. Grayscale: #4D4D4D. Windows color (decimal): -11911763 or 11353418. OLE color: 11353418.

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

Color convert

RGB7461173-
CMYK0.570.6500.32
HSL246.96º47.86%45.88%-
HSV(B)246.96º64.74%67.84%-
XYZ12.047.8140.41-
YUV77.66181.81125.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=24.03%
G=19.81%
B=56.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74611730.570.6500.32246.9647.8645.88
Hex4A3DAD3941020f7302e
Octal11275255711010403676056
Binary1001010111101101011011110011000001010000011110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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