Html Css Color HEX #492399 Blue Gem

📋 copy color: '#492399'

red 73 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #492399

Tints of Blue Gem #492399

RGB

 RED value IS 73 (28.91% from 255) = 27.97%

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 27.97%
G = 13.41%
B = 58.62%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#492399 (or 0x492399) is known color: Blue Gem. HEX triplet: 49, 23 and 99. RGB value is (73,35,153). Sum of RGB (Red+Green+Blue) = 73+35+153=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #492399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492399 is #B6DC66. Grayscale: #3B3B3B. Windows color (decimal): -11983975 or 10036041. OLE color: 10036041.

HSL color Cylindrical-coordinate representation of color #492399: hue angle of 259.32º degrees, saturation: 0.63, 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 #492399 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 35 153 -
CMYK 0.52 0.77 0 0.4
HSL 259.32º 0.63% 0.37% -
HSV(B) 259.32º 0.77% 0.6% -
XYZ 9.1 4.92 30.61 -
YUV 59.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 73 35 153 0.52 0.77 0 0.4 259.32 0.63 0.37
Hex 49 23 99 34 4D 0 28 103 3F 25
Octal 111 43 231 64 115 0 50 403 77 45
Binary 1001001 100011 10011001 110100 1001101 0 101000 100000011 111111 100101

Color Harmonies of #492399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492399

Black with #492399

Text Example


Text Example

White with #492399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492399; }

 p { color: rgb(73,35,153); }

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

background-color css

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

 a { background-color: rgb(73,35,153); }

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

border-color css

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

 span { border-color: rgb(73,35,153); }

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