Html Css Color HEX #493488 Blue Gem

📋 copy color: '#493488'

red 73 ◦ green 52 ◦ blue 136

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

Shades of Blue Gem #493488

Tints of Blue Gem #493488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 27.97%
G = 19.92%
B = 52.11%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#493488 (or 0x493488) is known color: Blue Gem. HEX triplet: 49, 34 and 88. RGB value is (73,52,136). Sum of RGB (Red+Green+Blue) = 73+52+136=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #493488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493488 is #B6CB77. Grayscale: #434343. Windows color (decimal): -11979640 or 8926281. OLE color: 8926281.

HSL color Cylindrical-coordinate representation of color #493488: hue angle of 255º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493488 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 52 136 -
CMYK 0.46 0.62 0 0.47
HSL 255º 0.45% 0.37% -
HSV(B) 255º 0.62% 0.53% -
XYZ 8.42 5.65 23.94 -
YUV 67.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 73 52 136 0.46 0.62 0 0.47 255 0.45 0.37
Hex 49 34 88 2E 3E 0 2F FF 2D 25
Octal 111 64 210 56 76 0 57 377 55 45
Binary 1001001 110100 10001000 101110 111110 0 101111 11111111 101101 100101

Color Harmonies of #493488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493488

Black with #493488

Text Example


Text Example

White with #493488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493488; }

 p { color: rgb(73,52,136); }

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

background-color css

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

 a { background-color: rgb(73,52,136); }

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

border-color css

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

 span { border-color: rgb(73,52,136); }

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