Html Css Color HEX #493296 Blue Gem

📋 copy color: '#493296'

red 73 ◦ green 50 ◦ blue 150

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

Shades of Blue Gem #493296

Tints of Blue Gem #493296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 26.74%
G = 18.32%
B = 54.95%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#493296 (or 0x493296) is known color: Blue Gem. HEX triplet: 49, 32 and 96. RGB value is (73,50,150). Sum of RGB (Red+Green+Blue) = 73+50+150=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #493296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493296 is #B6CD69. Grayscale: #434343. Windows color (decimal): -11980138 or 9843273. OLE color: 9843273.

HSL color Cylindrical-coordinate representation of color #493296: hue angle of 253.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493296 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 50 150 -
CMYK 0.51 0.67 0 0.41
HSL 253.8º 0.5% 0.39% -
HSV(B) 253.8º 0.67% 0.59% -
XYZ 9.39 5.9 29.5 -
YUV 68.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 73 50 150 0.51 0.67 0 0.41 253.8 0.5 0.39
Hex 49 32 96 33 43 0 29 FE 32 27
Octal 111 62 226 63 103 0 51 376 62 47
Binary 1001001 110010 10010110 110011 1000011 0 101001 11111110 110010 100111

Color Harmonies of #493296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493296

Black with #493296

Text Example


Text Example

White with #493296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493296; }

 p { color: rgb(73,50,150); }

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

background-color css

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

 a { background-color: rgb(73,50,150); }

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

border-color css

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

 span { border-color: rgb(73,50,150); }

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