Html Css Color HEX #493388 Blue Gem

📋 copy color: '#493388'

red 73 ◦ green 51 ◦ blue 136

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

Shades of Blue Gem #493388

Tints of Blue Gem #493388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 28.08%
G = 19.62%
B = 52.31%

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

#493388 (or 0x493388) is known color: Blue Gem. HEX triplet: 49, 33 and 88. RGB value is (73,51,136). Sum of RGB (Red+Green+Blue) = 73+51+136=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #493388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493388 is #B6CC77. Grayscale: #424242. Windows color (decimal): -11979896 or 8926025. OLE color: 8926025.

HSL color Cylindrical-coordinate representation of color #493388: hue angle of 255.53º 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 #493388 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 51 136 -
CMYK 0.46 0.62 0 0.47
HSL 255.53º 0.45% 0.37% -
HSV(B) 255.53º 0.63% 0.53% -
XYZ 8.38 5.56 23.92 -
YUV 67.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 73 51 136 0.46 0.62 0 0.47 255.53 0.45 0.37
Hex 49 33 88 2E 3E 0 2F 100 2D 25
Octal 111 63 210 56 76 0 57 400 55 45
Binary 1001001 110011 10001000 101110 111110 0 101111 100000000 101101 100101

Color Harmonies of #493388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493388

Black with #493388

Text Example


Text Example

White with #493388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493388; }

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

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

background-color css

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

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

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

border-color css

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

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

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