#493061

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

Shades of Blue Diamond #493061

Tints of Blue Diamond #493061

Color information

#493061 (or 0x493061) is unknown color: approx Blue Diamond. HEX triplet: 49, 30 and 61. RGB value is (73,48,97). Sum of RGB (Red+Green+Blue) = 73+48+97=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #493061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493061 is #B6CF9E. Grayscale: #3C3C3C. Windows color (decimal): -11980703 or 6369353. OLE color: 6369353.

HSL color Cylindrical-coordinate representation of color #493061: hue angle of 270.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493061 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB734897-
CMYK0.250.5100.62
HSL270.61º33.79%28.43%-
HSV(B)270.61º50.52%38.04%-
XYZ5.964.3911.84-
YUV61.06148.28136.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=33.49%
G=22.02%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7348970.250.5100.62270.6133.7928.43
Hex493061193303E10f221c
Octal1116014131630764174234
Binary1001001110000110000111001110011011111010000111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493061; }

 p { color: rgb(73,48,97); }

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

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

 a { background-color: rgb(73,48,97); }

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

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

 span { border-color: rgb(73,48,97); }

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