#492D6E

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

Shades of Blue Diamond #492D6E

Tints of Blue Diamond #492D6E

Color information

#492D6E (or 0x492D6E) is unknown color: approx Blue Diamond. HEX triplet: 49, 2D and 6E. RGB value is (73,45,110). Sum of RGB (Red+Green+Blue) = 73+45+110=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #492D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D6E is #B6D291. Grayscale: #3C3C3C. Windows color (decimal): -11981458 or 7220553. OLE color: 7220553.

HSL color Cylindrical-coordinate representation of color #492D6E: hue angle of 265.85º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #492D6E is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7345110-
CMYK0.340.5900.57
HSL265.85º41.94%30.39%-
HSV(B)265.85º59.09%43.14%-
XYZ6.54.4215.26-
YUV60.78155.78136.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=32.02%
G=19.74%
B=48.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73451100.340.5900.57265.8541.9430.39
Hex492D6E223B03910a2a1e
Octal1115515642730714125236
Binary10010011011011101110100010111011011100110000101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492D6E; }

 p { color: rgb(73,45,110); }

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

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

 a { background-color: rgb(73,45,110); }

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

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

 span { border-color: rgb(73,45,110); }

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