Html Css Color HEX #472E83 Windsor

📋 copy color: '#472E83'

red 71 ◦ green 46 ◦ blue 131

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

Shades of Windsor #472E83

Tints of Windsor #472E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 28.63%
G = 18.55%
B = 52.82%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472E83 (or 0x472E83) is known color: Windsor. HEX triplet: 47, 2E and 83. RGB value is (71,46,131). Sum of RGB (Red+Green+Blue) = 71+46+131=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #472E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E83 is #B8D17C. Grayscale: #3E3E3E. Windows color (decimal): -12112253 or 8597063. OLE color: 8597063.

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

Color convert

RGB 71 46 131 -
CMYK 0.46 0.65 0 0.49
HSL 257.65º 0.48% 0.35% -
HSV(B) 257.65º 0.65% 0.51% -
XYZ 7.67 4.93 22.02 -
YUV 63.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 71 46 131 0.46 0.65 0 0.49 257.65 0.48 0.35
Hex 47 2E 83 2E 41 0 31 102 30 23
Octal 107 56 203 56 101 0 61 402 60 43
Binary 1000111 101110 10000011 101110 1000001 0 110001 100000010 110000 100011

Color Harmonies of #472E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E83

Black with #472E83

Text Example


Text Example

White with #472E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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