#492877

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

Shades of Blue Diamond #492877

Tints of Blue Diamond #492877

Color information

#492877 (or 0x492877) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 77. RGB value is (73,40,119). Sum of RGB (Red+Green+Blue) = 73+40+119=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #492877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492877 is #B6D788. Grayscale: #3A3A3A. Windows color (decimal): -11982729 or 7809097. OLE color: 7809097.

HSL color Cylindrical-coordinate representation of color #492877: hue angle of 265.06º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492877 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7340119-
CMYK0.390.6600.53
HSL265.06º49.69%31.18%-
HSV(B)265.06º66.39%46.67%-
XYZ6.844.2717.92-
YUV58.87161.93138.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=31.47%
G=17.24%
B=51.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73401190.390.6600.53265.0649.6931.18
Hex4928772742035109321f
Octal11150167471020654116237
Binary100100110100011101111001111000010011010110000100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492877; }

 p { color: rgb(73,40,119); }

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

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

 a { background-color: rgb(73,40,119); }

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

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

 span { border-color: rgb(73,40,119); }

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