Html Css Color HEX #472B85 Windsor

📋 copy color: '#472B85'

red 71 ◦ green 43 ◦ blue 133

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

Shades of Windsor #472B85

Tints of Windsor #472B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 28.74%
G = 17.41%
B = 53.85%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472B85 (or 0x472B85) is known color: Windsor. HEX triplet: 47, 2B and 85. RGB value is (71,43,133). Sum of RGB (Red+Green+Blue) = 71+43+133=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #472B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B85 is #B8D47A. Grayscale: #3D3D3D. Windows color (decimal): -12113019 or 8727367. OLE color: 8727367.

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

Color convert

RGB 71 43 133 -
CMYK 0.47 0.68 0 0.48
HSL 258.67º 0.51% 0.35% -
HSV(B) 258.67º 0.68% 0.52% -
XYZ 7.7 4.76 22.7 -
YUV 61.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 71 43 133 0.47 0.68 0 0.48 258.67 0.51 0.35
Hex 47 2B 85 2F 44 0 30 103 33 23
Octal 107 53 205 57 104 0 60 403 63 43
Binary 1000111 101011 10000101 101111 1000100 0 110000 100000011 110011 100011

Color Harmonies of #472B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B85

Black with #472B85

Text Example


Text Example

White with #472B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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