Html Css Color HEX #472A85 Windsor

📋 copy color: '#472A85'

red 71 ◦ green 42 ◦ blue 133

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

Shades of Windsor #472A85

Tints of Windsor #472A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

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

R = 28.86%
G = 17.07%
B = 54.07%

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

#472A85 (or 0x472A85) is known color: Windsor. HEX triplet: 47, 2A and 85. RGB value is (71,42,133). Sum of RGB (Red+Green+Blue) = 71+42+133=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #472A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A85 is #B8D57A. Grayscale: #3C3C3C. Windows color (decimal): -12113275 or 8727111. OLE color: 8727111.

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

Color convert

RGB 71 42 133 -
CMYK 0.47 0.68 0 0.48
HSL 259.12º 0.52% 0.34% -
HSV(B) 259.12º 0.68% 0.52% -
XYZ 7.66 4.69 22.69 -
YUV 61.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 71 42 133 0.47 0.68 0 0.48 259.12 0.52 0.34
Hex 47 2A 85 2F 44 0 30 103 34 22
Octal 107 52 205 57 104 0 60 403 64 42
Binary 1000111 101010 10000101 101111 1000100 0 110000 100000011 110100 100010

Color Harmonies of #472A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A85

Black with #472A85

Text Example


Text Example

White with #472A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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