#47266A

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

Shades of Blue Diamond #47266A

Tints of Blue Diamond #47266A

Color information

#47266A (or 0x47266A) is unknown color: approx Blue Diamond. HEX triplet: 47, 26 and 6A. RGB value is (71,38,106). Sum of RGB (Red+Green+Blue) = 71+38+106=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #47266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266A is #B8D995. Grayscale: #373737. Windows color (decimal): -12114326 or 6956615. OLE color: 6956615.

HSL color Cylindrical-coordinate representation of color #47266A: hue angle of 269.12º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47266A is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7138106-
CMYK0.330.6400.58
HSL269.12º47.22%28.24%-
HSV(B)269.12º64.15%41.57%-
XYZ5.893.7714.05-
YUV55.62156.43138.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=33.02%
G=17.67%
B=49.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71381060.330.6400.58269.1247.2228.24
Hex47266A214003A10d2f1c
Octal10746152411000724155734
Binary100011110011011010101000011000000011101010000110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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