Html Css Color HEX #4A209B Blue Gem

📋 copy color: '#4A209B'

red 74 ◦ green 32 ◦ blue 155

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

Shades of Blue Gem #4A209B

Tints of Blue Gem #4A209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.39%

R = 28.35%
G = 12.26%
B = 59.39%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A209B (or 0x4A209B) is known color: Blue Gem. HEX triplet: 4A, 20 and 9B. RGB value is (74,32,155). Sum of RGB (Red+Green+Blue) = 74+32+155=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A209B is #B5DF64. Grayscale: #3A3A3A. Windows color (decimal): -11919205 or 10166346. OLE color: 10166346.

HSL color Cylindrical-coordinate representation of color #4A209B: hue angle of 260.49º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A209B is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 32 155 -
CMYK 0.52 0.79 0 0.39
HSL 260.49º 0.66% 0.37% -
HSV(B) 260.49º 0.79% 0.61% -
XYZ 9.26 4.86 31.46 -
YUV 58.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 74 32 155 0.52 0.79 0 0.39 260.49 0.66 0.37
Hex 4A 20 9B 34 4F 0 27 104 42 25
Octal 112 40 233 64 117 0 47 404 102 45
Binary 1001010 100000 10011011 110100 1001111 0 100111 100000100 1000010 100101

Color Harmonies of #4A209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A209B

Black with #4A209B

Text Example


Text Example

White with #4A209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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