#492FAF

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

Shades of Blue Gem #492FAF

Tints of Blue Gem #492FAF

Color information

#492FAF (or 0x492FAF) is unknown color: approx Blue Gem. HEX triplet: 49, 2F and AF. RGB value is (73,47,175). Sum of RGB (Red+Green+Blue) = 73+47+175=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #492FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492FAF is #B6D050. Grayscale: #444444. Windows color (decimal): -11980881 or 11480905. OLE color: 11480905.

HSL color Cylindrical-coordinate representation of color #492FAF: hue angle of 252.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492FAF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7347175-
CMYK0.580.7300.31
HSL252.19º57.66%43.53%-
HSV(B)252.19º73.14%68.63%-
XYZ11.56.5441.21-
YUV69.37187.61130.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 175 (68.75% from 255) = 59.32%
R=24.75%
G=15.93%
B=59.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73471750.580.7300.31252.1957.6643.53
Hex492FAF3A4901Ffc3a2c
Octal11157257721110373747254
Binary100100110111110101111111010100100101111111111100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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