#492277

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

Shades of Blue Diamond #492277

Tints of Blue Diamond #492277

Color information

#492277 (or 0x492277) is unknown color: approx Blue Diamond. HEX triplet: 49, 22 and 77. RGB value is (73,34,119). Sum of RGB (Red+Green+Blue) = 73+34+119=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #492277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492277 is #B6DD88. Grayscale: #373737. Windows color (decimal): -11984265 or 7807561. OLE color: 7807561.

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

Color convert

RGB7334119-
CMYK0.390.7100.53
HSL267.53º55.56%30%-
HSV(B)267.53º71.43%46.67%-
XYZ6.653.8917.85-
YUV55.35163.92140.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=32.30%
G=15.04%
B=52.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73341190.390.7100.53267.5355.5630
Hex492277274703510c381e
Octal11142167471070654147036
Binary100100110001011101111001111000111011010110000110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492277; }

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

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

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

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

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

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

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

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