#472874

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

Shades of Blue Diamond #472874

Tints of Blue Diamond #472874

Color information

#472874 (or 0x472874) is unknown color: approx Blue Diamond. HEX triplet: 47, 28 and 74. RGB value is (71,40,116). Sum of RGB (Red+Green+Blue) = 71+40+116=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #472874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472874 is #B8D78B. Grayscale: #393939. Windows color (decimal): -12113804 or 7612487. OLE color: 7612487.

HSL color Cylindrical-coordinate representation of color #472874: hue angle of 264.47º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472874 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7140116-
CMYK0.390.6600.55
HSL264.47º48.72%30.59%-
HSV(B)264.47º65.52%45.49%-
XYZ6.514.1216.97-
YUV57.93160.77137.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=31.28%
G=17.62%
B=51.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71401160.390.6600.55264.4748.7230.59
Hex4728742742037108311f
Octal10750164471020674106137
Binary100011110100011101001001111000010011011110000100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472874; }

 p { color: rgb(71,40,116); }

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

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

 a { background-color: rgb(71,40,116); }

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

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

 span { border-color: rgb(71,40,116); }

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