Html Css Color HEX #4A2690 Blue Gem

📋 copy color: '#4A2690'

red 74 ◦ green 38 ◦ blue 144

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

Shades of Blue Gem #4A2690

Tints of Blue Gem #4A2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 28.91%
G = 14.84%
B = 56.25%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A2690 (or 0x4A2690) is known color: Blue Gem. HEX triplet: 4A, 26 and 90. RGB value is (74,38,144). Sum of RGB (Red+Green+Blue) = 74+38+144=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2690 is #B5D96F. Grayscale: #3C3C3C. Windows color (decimal): -11917680 or 9446986. OLE color: 9446986.

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

Color convert

RGB 74 38 144 -
CMYK 0.49 0.74 0 0.44
HSL 260.38º 0.58% 0.36% -
HSV(B) 260.38º 0.74% 0.56% -
XYZ 8.55 4.86 26.87 -
YUV 60.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 74 38 144 0.49 0.74 0 0.44 260.38 0.58 0.36
Hex 4A 26 90 31 4A 0 2C 104 3A 24
Octal 112 46 220 61 112 0 54 404 72 44
Binary 1001010 100110 10010000 110001 1001010 0 101100 100000100 111010 100100

Color Harmonies of #4A2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2690

Black with #4A2690

Text Example


Text Example

White with #4A2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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