#492572

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

Shades of Blue Diamond #492572

Tints of Blue Diamond #492572

Color information

#492572 (or 0x492572) is unknown color: approx Blue Diamond. HEX triplet: 49, 25 and 72. RGB value is (73,37,114). Sum of RGB (Red+Green+Blue) = 73+37+114=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #492572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492572 is #B6DA8D. Grayscale: #383838. Windows color (decimal): -11983502 or 7480649. OLE color: 7480649.

HSL color Cylindrical-coordinate representation of color #492572: hue angle of 268.05º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492572 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7337114-
CMYK0.360.6800.55
HSL268.05º50.99%29.61%-
HSV(B)268.05º67.54%44.71%-
XYZ6.453.9516.34-
YUV56.54160.43139.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=32.59%
G=16.52%
B=50.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73371140.360.6800.55268.0550.9929.61
Hex492572244403710c331e
Octal11145162441040674146336
Binary100100110010111100101001001000100011011110000110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492572; }

 p { color: rgb(73,37,114); }

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

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

 a { background-color: rgb(73,37,114); }

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

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

 span { border-color: rgb(73,37,114); }

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