Html Css Color HEX #47357A Windsor

📋 copy color: '#47357A'

red 71 ◦ green 53 ◦ blue 122

#47357A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #47357A

Tints of Windsor #47357A

RGB

 RED value IS 71 (28.13% from 255) = 28.86%

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 122 (48.05% from 255) = 49.59%

R = 28.86%
G = 21.54%
B = 49.59%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47357A (or 0x47357A) is known color: Windsor. HEX triplet: 47, 35 and 7A. RGB value is (71,53,122). Sum of RGB (Red+Green+Blue) = 71+53+122=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #47357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357A is #B8CA85. Grayscale: #414141. Windows color (decimal): -12110470 or 8009031. OLE color: 8009031.

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

Color convert

RGB 71 53 122 -
CMYK 0.42 0.57 0 0.52
HSL 255.65º 0.39% 0.34% -
HSV(B) 255.65º 0.57% 0.48% -
XYZ 7.38 5.29 19.04 -
YUV 66.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 71 53 122 0.42 0.57 0 0.52 255.65 0.39 0.34
Hex 47 35 7A 2A 39 0 34 100 27 22
Octal 107 65 172 52 71 0 64 400 47 42
Binary 1000111 110101 1111010 101010 111001 0 110100 100000000 100111 100010

Color Harmonies of #47357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47357A

Black with #47357A

Text Example


Text Example

White with #47357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,53,122); }

 H1.HeaderClassName
 {
   color: #47357A;
 }
 .AnyTagClassName
 {
   color: #47357A;
 }
</style>

background-color css

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

 a { background-color: rgb(71,53,122); }

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

border-color css

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

 span { border-color: rgb(71,53,122); }

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