Html Css Color HEX #4A249B Blue Gem

📋 copy color: '#4A249B'

red 74 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #4A249B

Tints of Blue Gem #4A249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 27.92%
G = 13.58%
B = 58.49%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A249B (or 0x4A249B) is known color: Blue Gem. HEX triplet: 4A, 24 and 9B. RGB value is (74,36,155). Sum of RGB (Red+Green+Blue) = 74+36+155=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A249B is #B5DB64. Grayscale: #3C3C3C. Windows color (decimal): -11918181 or 10167370. OLE color: 10167370.

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

Color convert

RGB 74 36 155 -
CMYK 0.52 0.77 0 0.39
HSL 259.16º 0.62% 0.37% -
HSV(B) 259.16º 0.77% 0.61% -
XYZ 9.37 5.08 31.5 -
YUV 60.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 74 36 155 0.52 0.77 0 0.39 259.16 0.62 0.37
Hex 4A 24 9B 34 4D 0 27 103 3E 25
Octal 112 44 233 64 115 0 47 403 76 45
Binary 1001010 100100 10011011 110100 1001101 0 100111 100000011 111110 100101

Color Harmonies of #4A249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A249B

Black with #4A249B

Text Example


Text Example

White with #4A249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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