Html Css Color HEX #493098 Blue Gem

📋 copy color: '#493098'

red 73 ◦ green 48 ◦ blue 152

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

Shades of Blue Gem #493098

Tints of Blue Gem #493098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 26.74%
G = 17.58%
B = 55.68%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#493098 (or 0x493098) is known color: Blue Gem. HEX triplet: 49, 30 and 98. RGB value is (73,48,152). Sum of RGB (Red+Green+Blue) = 73+48+152=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #493098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493098 is #B6CF67. Grayscale: #424242. Windows color (decimal): -11980648 or 9973833. OLE color: 9973833.

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

Color convert

RGB 73 48 152 -
CMYK 0.52 0.68 0 0.40
HSL 254.42º 0.52% 0.39% -
HSV(B) 254.42º 0.68% 0.6% -
XYZ 9.47 5.8 30.33 -
YUV 67.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 73 48 152 0.52 0.68 0 0.40 254.42 0.52 0.39
Hex 49 30 98 34 44 0 28 FE 34 27
Octal 111 60 230 64 104 0 50 376 64 47
Binary 1001001 110000 10011000 110100 1000100 0 101000 11111110 110100 100111

Color Harmonies of #493098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493098

Black with #493098

Text Example


Text Example

White with #493098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493098; }

 p { color: rgb(73,48,152); }

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

background-color css

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

 a { background-color: rgb(73,48,152); }

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

border-color css

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

 span { border-color: rgb(73,48,152); }

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