#47186D

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

Shades of Blue Diamond #47186D

Tints of Blue Diamond #47186D

Color information

#47186D (or 0x47186D) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 6D. RGB value is (71,24,109). Sum of RGB (Red+Green+Blue) = 71+24+109=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #47186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47186D is #B8E792. Grayscale: #2F2F2F. Windows color (decimal): -12117907 or 7149639. OLE color: 7149639.

HSL color Cylindrical-coordinate representation of color #47186D: hue angle of 273.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47186D is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7124109-
CMYK0.350.7800.57
HSL273.18º63.91%26.08%-
HSV(B)273.18º77.98%42.75%-
XYZ5.693.114.77-
YUV47.74162.57144.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=34.80%
G=11.76%
B=53.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71241090.350.7800.57273.1863.9126.08
Hex47186D234E039111401a
Octal107301554311607142110032
Binary100011111000110110110001110011100111001100010001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47186D; }

 p { color: rgb(71,24,109); }

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

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

 a { background-color: rgb(71,24,109); }

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

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

 span { border-color: rgb(71,24,109); }

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