Html Css Color HEX #494096 Blue Gem

📋 copy color: '#494096'

red 73 ◦ green 64 ◦ blue 150

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

Shades of Blue Gem #494096

Tints of Blue Gem #494096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 25.44%
G = 22.3%
B = 52.26%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494096 (or 0x494096) is known color: Blue Gem. HEX triplet: 49, 40 and 96. RGB value is (73,64,150). Sum of RGB (Red+Green+Blue) = 73+64+150=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #494096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494096 is #B6BF69. Grayscale: #4C4C4C. Windows color (decimal): -11976554 or 9846857. OLE color: 9846857.

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

Color convert

RGB 73 64 150 -
CMYK 0.51 0.57 0 0.41
HSL 246.28º 0.4% 0.42% -
HSV(B) 246.28º 0.57% 0.59% -
XYZ 10.09 7.29 29.73 -
YUV 76.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 73 64 150 0.51 0.57 0 0.41 246.28 0.4 0.42
Hex 49 40 96 33 39 0 29 F6 28 2A
Octal 111 100 226 63 71 0 51 366 50 52
Binary 1001001 1000000 10010110 110011 111001 0 101001 11110110 101000 101010

Color Harmonies of #494096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494096

Black with #494096

Text Example


Text Example

White with #494096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494096; }

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

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

background-color css

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

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

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

border-color css

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

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

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