#492869

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

Shades of Blue Diamond #492869

Tints of Blue Diamond #492869

Color information

#492869 (or 0x492869) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 69. RGB value is (73,40,105). Sum of RGB (Red+Green+Blue) = 73+40+105=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #492869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492869 is #B6D796. Grayscale: #393939. Windows color (decimal): -11982743 or 6891593. OLE color: 6891593.

HSL color Cylindrical-coordinate representation of color #492869: hue angle of 270.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492869 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7340105-
CMYK0.300.6200.59
HSL270.46º44.83%28.43%-
HSV(B)270.46º61.9%41.18%-
XYZ6.063.9513.81-
YUV57.28154.93139.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=33.49%
G=18.35%
B=48.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73401050.300.6200.59270.4644.8328.43
Hex4928691E3E03B10e2d1c
Octal1115015136760734165534
Binary1001001101000110100111110111110011101110000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492869; }

 p { color: rgb(73,40,105); }

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

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

 a { background-color: rgb(73,40,105); }

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

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

 span { border-color: rgb(73,40,105); }

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