#47307B

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

Shades of Windsor #47307B

Tints of Windsor #47307B

Color information

#47307B (or 0x47307B) is unknown color: approx Windsor. HEX triplet: 47, 30 and 7B. RGB value is (71,48,123). Sum of RGB (Red+Green+Blue) = 71+48+123=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #47307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47307B is #B8CF84. Grayscale: #3F3F3F. Windows color (decimal): -12111749 or 8073287. OLE color: 8073287.

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

Color convert

RGB7148123-
CMYK0.420.6100.52
HSL258.4º43.86%33.53%-
HSV(B)258.4º60.98%48.24%-
XYZ7.234.8819.3-
YUV63.43161.62133.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=29.34%
G=19.83%
B=50.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71481230.420.6100.52258.443.8633.53
Hex47307B2A3D0341022c22
Octal1076017352750644025442
Binary100011111000011110111010101111010110100100000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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