Html Css Color HEX #472683 Windsor

📋 copy color: '#472683'

red 71 ◦ green 38 ◦ blue 131

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

Shades of Windsor #472683

Tints of Windsor #472683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 29.58%
G = 15.83%
B = 54.58%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472683 (or 0x472683) is known color: Windsor. HEX triplet: 47, 26 and 83. RGB value is (71,38,131). Sum of RGB (Red+Green+Blue) = 71+38+131=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #472683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472683 is #B8D97C. Grayscale: #3A3A3A. Windows color (decimal): -12114301 or 8595015. OLE color: 8595015.

HSL color Cylindrical-coordinate representation of color #472683: hue angle of 261.29º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472683 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 38 131 -
CMYK 0.46 0.71 0 0.49
HSL 261.29º 0.55% 0.33% -
HSV(B) 261.29º 0.71% 0.51% -
XYZ 7.39 4.36 21.93 -
YUV 58.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 71 38 131 0.46 0.71 0 0.49 261.29 0.55 0.33
Hex 47 26 83 2E 47 0 31 105 37 21
Octal 107 46 203 56 107 0 61 405 67 41
Binary 1000111 100110 10000011 101110 1000111 0 110001 100000101 110111 100001

Color Harmonies of #472683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472683

Black with #472683

Text Example


Text Example

White with #472683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472683; }

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

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

background-color css

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

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

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

border-color css

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

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

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