Html Css Color HEX #4A209D Blue Gem

📋 copy color: '#4A209D'

red 74 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #4A209D

Tints of Blue Gem #4A209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 28.14%
G = 12.17%
B = 59.7%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A209D (or 0x4A209D) is known color: Blue Gem. HEX triplet: 4A, 20 and 9D. RGB value is (74,32,157). Sum of RGB (Red+Green+Blue) = 74+32+157=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A209D is #B5DF62. Grayscale: #3A3A3A. Windows color (decimal): -11919203 or 10297418. OLE color: 10297418.

HSL color Cylindrical-coordinate representation of color #4A209D: hue angle of 260.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A209D is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 32 157 -
CMYK 0.53 0.80 0 0.38
HSL 260.16º 0.66% 0.37% -
HSV(B) 260.16º 0.8% 0.62% -
XYZ 9.43 4.92 32.35 -
YUV 58.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 74 32 157 0.53 0.80 0 0.38 260.16 0.66 0.37
Hex 4A 20 9D 35 50 0 26 104 42 25
Octal 112 40 235 65 120 0 46 404 102 45
Binary 1001010 100000 10011101 110101 1010000 0 100110 100000100 1000010 100101

Color Harmonies of #4A209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A209D

Black with #4A209D

Text Example


Text Example

White with #4A209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,32,157); }

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

background-color css

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

 a { background-color: rgb(74,32,157); }

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

border-color css

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

 span { border-color: rgb(74,32,157); }

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