#492F88

Color #492F88 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #492F88

Tints of Blue Gem #492F88

Color information

#492F88 (or 0x492F88) is unknown color: approx Blue Gem. HEX triplet: 49, 2F and 88. RGB value is (73,47,136). Sum of RGB (Red+Green+Blue) = 73+47+136=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #492F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F88 is #B6D077. Grayscale: #404040. Windows color (decimal): -11980920 or 8925001. OLE color: 8925001.

HSL color Cylindrical-coordinate representation of color #492F88: hue angle of 257.53º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492F88 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7347136-
CMYK0.460.6500.47
HSL257.53º48.63%35.88%-
HSV(B)257.53º65.44%53.33%-
XYZ8.215.2323.87-
YUV64.92168.11133.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 47 (18.75% from 255) = 18.36%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=28.52%
G=18.36%
B=53.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73471360.460.6500.47257.5348.6335.88
Hex492F882E4102F1023124
Octal11157210561010574026144
Binary10010011011111000100010111010000010101111100000010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F88; }

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

 H1.HeaderClassName
 {
   color: #492F88;
 }
 .AnyTagClassName
 {
   color: #492F88;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #492F88;
 }
 .BgClassName
 {
   background-color: #492F88;
 }
</style>
border-color css

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

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

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