#473167

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

Shades of Blue Diamond #473167

Tints of Blue Diamond #473167

Color information

#473167 (or 0x473167) is unknown color: approx Blue Diamond. HEX triplet: 47, 31 and 67. RGB value is (71,49,103). Sum of RGB (Red+Green+Blue) = 71+49+103=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #473167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473167 is #B8CE98. Grayscale: #3D3D3D. Windows color (decimal): -12111513 or 6762823. OLE color: 6762823.

HSL color Cylindrical-coordinate representation of color #473167: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473167 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7149103-
CMYK0.310.5200.60
HSL264.44º35.53%29.8%-
HSV(B)264.44º52.43%40.39%-
XYZ6.154.5213.38-
YUV61.73151.29134.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=31.84%
G=21.97%
B=46.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71491030.310.5200.60264.4435.5329.8
Hex4731671F3403C108241e
Octal1076114737640744104436
Binary1000111110001110011111111110100011110010000100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473167; }

 p { color: rgb(71,49,103); }

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

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

 a { background-color: rgb(71,49,103); }

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

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

 span { border-color: rgb(71,49,103); }

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