#492177

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

Shades of Blue Diamond #492177

Tints of Blue Diamond #492177

Color information

#492177 (or 0x492177) is unknown color: approx Blue Diamond. HEX triplet: 49, 21 and 77. RGB value is (73,33,119). Sum of RGB (Red+Green+Blue) = 73+33+119=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #492177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492177 is #B6DE88. Grayscale: #363636. Windows color (decimal): -11984521 or 7807305. OLE color: 7807305.

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

Color convert

RGB7333119-
CMYK0.390.7200.53
HSL267.91º56.58%29.8%-
HSV(B)267.91º72.27%46.67%-
XYZ6.623.8417.84-
YUV54.76164.25141.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=32.44%
G=14.67%
B=52.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73331190.390.7200.53267.9156.5829.8
Hex492177274803510c391e
Octal11141167471100654147136
Binary100100110000111101111001111001000011010110000110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492177; }

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

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

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

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

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

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

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

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