#492A6F

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

Shades of Blue Diamond #492A6F

Tints of Blue Diamond #492A6F

Color information

#492A6F (or 0x492A6F) is unknown color: approx Blue Diamond. HEX triplet: 49, 2A and 6F. RGB value is (73,42,111). Sum of RGB (Red+Green+Blue) = 73+42+111=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #492A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A6F is #B6D590. Grayscale: #3A3A3A. Windows color (decimal): -11982225 or 7285321. OLE color: 7285321.

HSL color Cylindrical-coordinate representation of color #492A6F: hue angle of 266.96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492A6F is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7342111-
CMYK0.340.6200.56
HSL266.96º45.1%30%-
HSV(B)266.96º62.16%43.53%-
XYZ6.444.2215.51-
YUV59.13157.27137.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=32.30%
G=18.58%
B=49.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73421110.340.6200.56266.9645.130
Hex492A6F223E03810b2d1e
Octal1115215742760704135536
Binary10010011010101101111100010111110011100010000101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,42,111); }

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

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

 a { background-color: rgb(73,42,111); }

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

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

 span { border-color: rgb(73,42,111); }

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