#493071

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

Shades of Blue Diamond #493071

Tints of Blue Diamond #493071

Color information

#493071 (or 0x493071) is unknown color: approx Blue Diamond. HEX triplet: 49, 30 and 71. RGB value is (73,48,113). Sum of RGB (Red+Green+Blue) = 73+48+113=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #493071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493071 is #B6CF8E. Grayscale: #3E3E3E. Windows color (decimal): -11980687 or 7417929. OLE color: 7417929.

HSL color Cylindrical-coordinate representation of color #493071: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493071 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7348113-
CMYK0.350.5800.56
HSL263.08º40.37%31.57%-
HSV(B)263.08º57.52%44.31%-
XYZ6.794.7216.18-
YUV62.88156.28135.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=31.20%
G=20.51%
B=48.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73481130.350.5800.56263.0840.3731.57
Hex493071233A0381072820
Octal1116016143720704075040
Binary100100111000011100011000111110100111000100000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493071; }

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

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

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

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

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

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

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

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