Html Css Color HEX #4A2790 Blue Gem

📋 copy color: '#4A2790'

red 74 ◦ green 39 ◦ blue 144

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

Shades of Blue Gem #4A2790

Tints of Blue Gem #4A2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 28.79%
G = 15.18%
B = 56.03%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A2790 (or 0x4A2790) is known color: Blue Gem. HEX triplet: 4A, 27 and 90. RGB value is (74,39,144). Sum of RGB (Red+Green+Blue) = 74+39+144=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2790 is #B5D86F. Grayscale: #3D3D3D. Windows color (decimal): -11917424 or 9447242. OLE color: 9447242.

HSL color Cylindrical-coordinate representation of color #4A2790: hue angle of 260º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2790 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 39 144 -
CMYK 0.49 0.73 0 0.44
HSL 260º 0.57% 0.36% -
HSV(B) 260º 0.73% 0.56% -
XYZ 8.58 4.92 26.88 -
YUV 61.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 74 39 144 0.49 0.73 0 0.44 260 0.57 0.36
Hex 4A 27 90 31 49 0 2C 104 39 24
Octal 112 47 220 61 111 0 54 404 71 44
Binary 1001010 100111 10010000 110001 1001001 0 101100 100000100 111001 100100

Color Harmonies of #4A2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2790

Black with #4A2790

Text Example


Text Example

White with #4A2790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,144); }

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

background-color css

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

 a { background-color: rgb(74,39,144); }

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

border-color css

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

 span { border-color: rgb(74,39,144); }

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