Html Css Color HEX #4A3986 Blue Gem

📋 copy color: '#4A3986'

red 74 ◦ green 57 ◦ blue 134

#4A3986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4A3986

Tints of Blue Gem #4A3986

RGB

 RED value IS 74 (29.3% from 255) = 27.92%

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 134 (52.73% from 255) = 50.57%

R = 27.92%
G = 21.51%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A3986 (or 0x4A3986) is known color: Blue Gem. HEX triplet: 4A, 39 and 86. RGB value is (74,57,134). Sum of RGB (Red+Green+Blue) = 74+57+134=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #4A3986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3986 is #B5C679. Grayscale: #464646. Windows color (decimal): -11912826 or 8796490. OLE color: 8796490.

HSL color Cylindrical-coordinate representation of color #4A3986: hue angle of 253.25º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3986 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 57 134 -
CMYK 0.45 0.57 0 0.47
HSL 253.25º 0.4% 0.37% -
HSV(B) 253.25º 0.57% 0.53% -
XYZ 8.59 6.1 23.28 -
YUV 70.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 74 57 134 0.45 0.57 0 0.47 253.25 0.4 0.37
Hex 4A 39 86 2D 39 0 2F FD 28 25
Octal 112 71 206 55 71 0 57 375 50 45
Binary 1001010 111001 10000110 101101 111001 0 101111 11111101 101000 100101

Color Harmonies of #4A3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3986

Black with #4A3986

Text Example


Text Example

White with #4A3986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,134); }

 H1.HeaderClassName
 {
   color: #4A3986;
 }
 .AnyTagClassName
 {
   color: #4A3986;
 }
</style>

background-color css

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

 a { background-color: rgb(74,57,134); }

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

border-color css

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

 span { border-color: rgb(74,57,134); }

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