Html Css Color HEX #472E85 Windsor

📋 copy color: '#472E85'

red 71 ◦ green 46 ◦ blue 133

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

Shades of Windsor #472E85

Tints of Windsor #472E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.4%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 28.4%
G = 18.4%
B = 53.2%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472E85 (or 0x472E85) is known color: Windsor. HEX triplet: 47, 2E and 85. RGB value is (71,46,133). Sum of RGB (Red+Green+Blue) = 71+46+133=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #472E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E85 is #B8D17A. Grayscale: #3F3F3F. Windows color (decimal): -12112251 or 8728135. OLE color: 8728135.

HSL color Cylindrical-coordinate representation of color #472E85: hue angle of 257.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472E85 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 46 133 -
CMYK 0.47 0.65 0 0.48
HSL 257.24º 0.49% 0.35% -
HSV(B) 257.24º 0.65% 0.52% -
XYZ 7.81 4.99 22.74 -
YUV 63.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 71 46 133 0.47 0.65 0 0.48 257.24 0.49 0.35
Hex 47 2E 85 2F 41 0 30 101 31 23
Octal 107 56 205 57 101 0 60 401 61 43
Binary 1000111 101110 10000101 101111 1000001 0 110000 100000001 110001 100011

Color Harmonies of #472E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E85

Black with #472E85

Text Example


Text Example

White with #472E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E85; }

 p { color: rgb(71,46,133); }

 H1.HeaderClassName
 {
   color: #472E85;
 }
 .AnyTagClassName
 {
   color: #472E85;
 }
</style>

background-color css

<style>
 a { background-color: #472E85; }

 a { background-color: rgb(71,46,133); }

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

border-color css

<style>
 span { border-color: #472E85; }

 span { border-color: rgb(71,46,133); }

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