Html Css Color HEX #493898 Blue Gem

📋 copy color: '#493898'

red 73 ◦ green 56 ◦ blue 152

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

Shades of Blue Gem #493898

Tints of Blue Gem #493898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 25.98%
G = 19.93%
B = 54.09%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#493898 (or 0x493898) is known color: Blue Gem. HEX triplet: 49, 38 and 98. RGB value is (73,56,152). Sum of RGB (Red+Green+Blue) = 73+56+152=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #493898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493898 is #B6C767. Grayscale: #474747. Windows color (decimal): -11978600 or 9975881. OLE color: 9975881.

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

Color convert

RGB 73 56 152 -
CMYK 0.52 0.63 0 0.40
HSL 250.63º 0.46% 0.41% -
HSV(B) 250.63º 0.63% 0.6% -
XYZ 9.83 6.51 30.44 -
YUV 72.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 73 56 152 0.52 0.63 0 0.40 250.63 0.46 0.41
Hex 49 38 98 34 3F 0 28 FB 2E 29
Octal 111 70 230 64 77 0 50 373 56 51
Binary 1001001 111000 10011000 110100 111111 0 101000 11111011 101110 101001

Color Harmonies of #493898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493898

Black with #493898

Text Example


Text Example

White with #493898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493898; }

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

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

background-color css

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

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

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

border-color css

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

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

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