Html Css Color HEX #472682 Windsor

📋 copy color: '#472682'

red 71 ◦ green 38 ◦ blue 130

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

Shades of Windsor #472682

Tints of Windsor #472682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.39%

R = 29.71%
G = 15.9%
B = 54.39%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472682 (or 0x472682) is known color: Windsor. HEX triplet: 47, 26 and 82. RGB value is (71,38,130). Sum of RGB (Red+Green+Blue) = 71+38+130=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #472682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472682 is #B8D97D. Grayscale: #3A3A3A. Windows color (decimal): -12114302 or 8529479. OLE color: 8529479.

HSL color Cylindrical-coordinate representation of color #472682: hue angle of 261.52º 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 #472682 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 38 130 -
CMYK 0.45 0.71 0 0.49
HSL 261.52º 0.55% 0.33% -
HSV(B) 261.52º 0.71% 0.51% -
XYZ 7.32 4.34 21.57 -
YUV 58.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 71 38 130 0.45 0.71 0 0.49 261.52 0.55 0.33
Hex 47 26 82 2D 47 0 31 106 37 21
Octal 107 46 202 55 107 0 61 406 67 41
Binary 1000111 100110 10000010 101101 1000111 0 110001 100000110 110111 100001

Color Harmonies of #472682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472682

Black with #472682

Text Example


Text Example

White with #472682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472682; }

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

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

background-color css

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

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

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

border-color css

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

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

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