Html Css Color HEX #4A2496 Blue Gem

📋 copy color: '#4A2496'

red 74 ◦ green 36 ◦ blue 150

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

Shades of Blue Gem #4A2496

Tints of Blue Gem #4A2496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 150 (58.98% from 255) = 57.69%

R = 28.46%
G = 13.85%
B = 57.69%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A2496 (or 0x4A2496) is known color: Blue Gem. HEX triplet: 4A, 24 and 96. RGB value is (74,36,150). Sum of RGB (Red+Green+Blue) = 74+36+150=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2496 is #B5DB69. Grayscale: #3B3B3B. Windows color (decimal): -11918186 or 9839690. OLE color: 9839690.

HSL color Cylindrical-coordinate representation of color #4A2496: hue angle of 260º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2496 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 36 150 -
CMYK 0.51 0.76 0 0.41
HSL 260º 0.61% 0.36% -
HSV(B) 260º 0.76% 0.59% -
XYZ 8.96 4.92 29.33 -
YUV 60.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 74 36 150 0.51 0.76 0 0.41 260 0.61 0.36
Hex 4A 24 96 33 4C 0 29 104 3D 24
Octal 112 44 226 63 114 0 51 404 75 44
Binary 1001010 100100 10010110 110011 1001100 0 101001 100000100 111101 100100

Color Harmonies of #4A2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2496

Black with #4A2496

Text Example


Text Example

White with #4A2496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,150); }

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

background-color css

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

 a { background-color: rgb(74,36,150); }

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

border-color css

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

 span { border-color: rgb(74,36,150); }

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