Html Css Color HEX #472684 Windsor

📋 copy color: '#472684'

red 71 ◦ green 38 ◦ blue 132

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

Shades of Windsor #472684

Tints of Windsor #472684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 29.46%
G = 15.77%
B = 54.77%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472684 (or 0x472684) is known color: Windsor. HEX triplet: 47, 26 and 84. RGB value is (71,38,132). Sum of RGB (Red+Green+Blue) = 71+38+132=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #472684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472684 is #B8D97B. Grayscale: #3A3A3A. Windows color (decimal): -12114300 or 8660551. OLE color: 8660551.

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

Color convert

RGB 71 38 132 -
CMYK 0.46 0.71 0 0.48
HSL 261.06º 0.55% 0.33% -
HSV(B) 261.06º 0.71% 0.52% -
XYZ 7.46 4.39 22.28 -
YUV 58.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 71 38 132 0.46 0.71 0 0.48 261.06 0.55 0.33
Hex 47 26 84 2E 47 0 30 105 37 21
Octal 107 46 204 56 107 0 60 405 67 41
Binary 1000111 100110 10000100 101110 1000111 0 110000 100000101 110111 100001

Color Harmonies of #472684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472684

Black with #472684

Text Example


Text Example

White with #472684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472684; }

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

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

background-color css

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

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

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

border-color css

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

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

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