#492865

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

Shades of Blue Diamond #492865

Tints of Blue Diamond #492865

Color information

#492865 (or 0x492865) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 65. RGB value is (73,40,101). Sum of RGB (Red+Green+Blue) = 73+40+101=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #492865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492865 is #B6D79A. Grayscale: #383838. Windows color (decimal): -11982747 or 6629449. OLE color: 6629449.

HSL color Cylindrical-coordinate representation of color #492865: hue angle of 272.46º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492865 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7340101-
CMYK0.280.6000.60
HSL272.46º43.26%27.65%-
HSV(B)272.46º60.4%39.61%-
XYZ5.863.8712.75-
YUV56.82152.93139.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=34.11%
G=18.69%
B=47.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73401010.280.6000.60272.4643.2627.65
Hex4928651C3C03C1102b1c
Octal1115014534740744205334
Binary1001001101000110010111100111100011110010001000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492865; }

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

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

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

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

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

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

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

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