Html Css Color HEX #4A2896 Blue Gem

📋 copy color: '#4A2896'

red 74 ◦ green 40 ◦ blue 150

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

Shades of Blue Gem #4A2896

Tints of Blue Gem #4A2896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 28.03%
G = 15.15%
B = 56.82%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A2896 (or 0x4A2896) is known color: Blue Gem. HEX triplet: 4A, 28 and 96. RGB value is (74,40,150). Sum of RGB (Red+Green+Blue) = 74+40+150=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A2896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2896 is #B5D769. Grayscale: #3E3E3E. Windows color (decimal): -11917162 or 9840714. OLE color: 9840714.

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

Color convert

RGB 74 40 150 -
CMYK 0.51 0.73 0 0.41
HSL 258.55º 0.58% 0.37% -
HSV(B) 258.55º 0.73% 0.59% -
XYZ 9.09 5.18 29.37 -
YUV 62.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 74 40 150 0.51 0.73 0 0.41 258.55 0.58 0.37
Hex 4A 28 96 33 49 0 29 103 3A 25
Octal 112 50 226 63 111 0 51 403 72 45
Binary 1001010 101000 10010110 110011 1001001 0 101001 100000011 111010 100101

Color Harmonies of #4A2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2896

Black with #4A2896

Text Example


Text Example

White with #4A2896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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