#47236F

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

Shades of Blue Diamond #47236F

Tints of Blue Diamond #47236F

Color information

#47236F (or 0x47236F) is unknown color: approx Blue Diamond. HEX triplet: 47, 23 and 6F. RGB value is (71,35,111). Sum of RGB (Red+Green+Blue) = 71+35+111=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #47236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47236F is #B8DC90. Grayscale: #363636. Windows color (decimal): -12115089 or 7283527. OLE color: 7283527.

HSL color Cylindrical-coordinate representation of color #47236F: hue angle of 268.42º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47236F is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7135111-
CMYK0.360.6800.56
HSL268.42º52.05%28.63%-
HSV(B)268.42º68.47%43.53%-
XYZ6.073.6915.43-
YUV54.43159.93139.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=32.72%
G=16.13%
B=51.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71351110.360.6800.56268.4252.0528.63
Hex47236F244403810c341d
Octal10743157441040704146435
Binary100011110001111011111001001000100011100010000110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47236F; }

 p { color: rgb(71,35,111); }

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

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

 a { background-color: rgb(71,35,111); }

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

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

 span { border-color: rgb(71,35,111); }

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