#492178

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

Shades of Blue Diamond #492178

Tints of Blue Diamond #492178

Color information

#492178 (or 0x492178) is unknown color: approx Blue Diamond. HEX triplet: 49, 21 and 78. RGB value is (73,33,120). Sum of RGB (Red+Green+Blue) = 73+33+120=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #492178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492178 is #B6DE87. Grayscale: #363636. Windows color (decimal): -11984520 or 7872841. OLE color: 7872841.

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

Color convert

RGB7333120-
CMYK0.390.7200.53
HSL267.59º56.86%30%-
HSV(B)267.59º72.5%47.06%-
XYZ6.683.8618.16-
YUV54.88164.75140.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=32.30%
G=14.60%
B=53.10%

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
Decimal73331200.390.7200.53267.5956.8630
Hex492178274803510c391e
Octal11141170471100654147136
Binary100100110000111110001001111001000011010110000110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492178; }

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

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

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

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

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

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

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

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