#47186E

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

Shades of Blue Diamond #47186E

Tints of Blue Diamond #47186E

Color information

#47186E (or 0x47186E) is unknown color: approx Blue Diamond. HEX triplet: 47, 18 and 6E. RGB value is (71,24,110). Sum of RGB (Red+Green+Blue) = 71+24+110=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #47186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47186E is #B8E791. Grayscale: #2F2F2F. Windows color (decimal): -12117906 or 7215175. OLE color: 7215175.

HSL color Cylindrical-coordinate representation of color #47186E: hue angle of 272.79º 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 #47186E is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7124110-
CMYK0.350.7800.57
HSL272.79º64.18%26.27%-
HSV(B)272.79º78.18%43.14%-
XYZ5.743.1215.05-
YUV47.86163.07144.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=34.63%
G=11.71%
B=53.66%

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
Decimal71241100.350.7800.57272.7964.1826.27
Hex47186E234E039111401a
Octal107301564311607142110032
Binary100011111000110111010001110011100111001100010001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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