Html Css Color HEX #4A249A Blue Gem

📋 copy color: '#4A249A'

red 74 ◦ green 36 ◦ blue 154

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

Shades of Blue Gem #4A249A

Tints of Blue Gem #4A249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 28.03%
G = 13.64%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A249A (or 0x4A249A) is known color: Blue Gem. HEX triplet: 4A, 24 and 9A. RGB value is (74,36,154). Sum of RGB (Red+Green+Blue) = 74+36+154=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A249A is #B5DB65. Grayscale: #3C3C3C. Windows color (decimal): -11918182 or 10101834. OLE color: 10101834.

HSL color Cylindrical-coordinate representation of color #4A249A: hue angle of 259.32º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A249A is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 36 154 -
CMYK 0.52 0.77 0 0.40
HSL 259.32º 0.62% 0.37% -
HSV(B) 259.32º 0.77% 0.6% -
XYZ 9.29 5.05 31.06 -
YUV 60.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 74 36 154 0.52 0.77 0 0.40 259.32 0.62 0.37
Hex 4A 24 9A 34 4D 0 28 103 3E 25
Octal 112 44 232 64 115 0 50 403 76 45
Binary 1001010 100100 10011010 110100 1001101 0 101000 100000011 111110 100101

Color Harmonies of #4A249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A249A

Black with #4A249A

Text Example


Text Example

White with #4A249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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