#47267B

Color #47267B Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #47267B

Tints of Windsor #47267B

Color information

#47267B (or 0x47267B) is unknown color: approx Windsor. HEX triplet: 47, 26 and 7B. RGB value is (71,38,123). Sum of RGB (Red+Green+Blue) = 71+38+123=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #47267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47267B is #B8D984. Grayscale: #393939. Windows color (decimal): -12114309 or 8070727. OLE color: 8070727.

HSL color Cylindrical-coordinate representation of color #47267B: hue angle of 263.29º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47267B is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7138123-
CMYK0.420.6900.52
HSL263.29º52.8%31.57%-
HSV(B)263.29º69.11%48.24%-
XYZ6.874.1619.18-
YUV57.56164.93137.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=30.60%
G=16.38%
B=53.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71381230.420.6900.52263.2952.831.57
Hex47267B2A450341073520
Octal10746173521050644076540
Binary1000111100110111101110101010001010110100100000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47267B; }

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

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

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

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

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

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

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

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