Html Css Color HEX #472D85 Windsor

📋 copy color: '#472D85'

red 71 ◦ green 45 ◦ blue 133

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

Shades of Windsor #472D85

Tints of Windsor #472D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 28.51%
G = 18.07%
B = 53.41%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472D85 (or 0x472D85) is known color: Windsor. HEX triplet: 47, 2D and 85. RGB value is (71,45,133). Sum of RGB (Red+Green+Blue) = 71+45+133=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #472D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D85 is #B8D27A. Grayscale: #3E3E3E. Windows color (decimal): -12112507 or 8727879. OLE color: 8727879.

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

Color convert

RGB 71 45 133 -
CMYK 0.47 0.66 0 0.48
HSL 257.73º 0.49% 0.35% -
HSV(B) 257.73º 0.66% 0.52% -
XYZ 7.77 4.91 22.73 -
YUV 62.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 71 45 133 0.47 0.66 0 0.48 257.73 0.49 0.35
Hex 47 2D 85 2F 42 0 30 102 31 23
Octal 107 55 205 57 102 0 60 402 61 43
Binary 1000111 101101 10000101 101111 1000010 0 110000 100000010 110001 100011

Color Harmonies of #472D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D85

Black with #472D85

Text Example


Text Example

White with #472D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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