#47266F

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

Shades of Blue Diamond #47266F

Tints of Blue Diamond #47266F

Color information

#47266F (or 0x47266F) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 6F. RGB value is (71,38,111). Sum of RGB (Red+Green+Blue) = 71+38+111=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #47266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266F is #B8D990. Grayscale: #373737. Windows color (decimal): -12114321 or 7284295. OLE color: 7284295.

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

Color convert

RGB7138111-
CMYK0.360.6600.56
HSL267.12º48.99%29.22%-
HSV(B)267.12º65.77%43.53%-
XYZ6.163.8715.46-
YUV56.19158.93138.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=32.27%
G=17.27%
B=50.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71381110.360.6600.56267.1248.9929.22
Hex47266F244203810b311d
Octal10746157441020704136135
Binary100011110011011011111001001000010011100010000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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