Html Css Color HEX #4A2298 Blue Gem

📋 copy color: '#4A2298'

red 74 ◦ green 34 ◦ blue 152

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

Shades of Blue Gem #4A2298

Tints of Blue Gem #4A2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 152 (59.77% from 255) = 58.46%

R = 28.46%
G = 13.08%
B = 58.46%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A2298 (or 0x4A2298) is known color: Blue Gem. HEX triplet: 4A, 22 and 98. RGB value is (74,34,152). Sum of RGB (Red+Green+Blue) = 74+34+152=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A2298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2298 is #B5DD67. Grayscale: #3A3A3A. Windows color (decimal): -11918696 or 9970250. OLE color: 9970250.

HSL color Cylindrical-coordinate representation of color #4A2298: hue angle of 260.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A2298 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 34 152 -
CMYK 0.51 0.78 0 0.40
HSL 260.34º 0.63% 0.36% -
HSV(B) 260.34º 0.78% 0.6% -
XYZ 9.06 4.87 30.17 -
YUV 59.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 74 34 152 0.51 0.78 0 0.40 260.34 0.63 0.36
Hex 4A 22 98 33 4E 0 28 104 3F 24
Octal 112 42 230 63 116 0 50 404 77 44
Binary 1001010 100010 10011000 110011 1001110 0 101000 100000100 111111 100100

Color Harmonies of #4A2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2298

Black with #4A2298

Text Example


Text Example

White with #4A2298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,34,152); }

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

background-color css

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

 a { background-color: rgb(74,34,152); }

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

border-color css

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

 span { border-color: rgb(74,34,152); }

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