Html Css Color HEX #472583 Windsor

📋 copy color: '#472583'

red 71 ◦ green 37 ◦ blue 131

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

Shades of Windsor #472583

Tints of Windsor #472583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 29.71%
G = 15.48%
B = 54.81%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#472583 (or 0x472583) is known color: Windsor. HEX triplet: 47, 25 and 83. RGB value is (71,37,131). Sum of RGB (Red+Green+Blue) = 71+37+131=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #472583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472583 is #B8DA7C. Grayscale: #393939. Windows color (decimal): -12114557 or 8594759. OLE color: 8594759.

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

Color convert

RGB 71 37 131 -
CMYK 0.46 0.72 0 0.49
HSL 261.7º 0.56% 0.33% -
HSV(B) 261.7º 0.72% 0.51% -
XYZ 7.36 4.3 21.92 -
YUV 57.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 71 37 131 0.46 0.72 0 0.49 261.7 0.56 0.33
Hex 47 25 83 2E 48 0 31 106 38 21
Octal 107 45 203 56 110 0 61 406 70 41
Binary 1000111 100101 10000011 101110 1001000 0 110001 100000110 111000 100001

Color Harmonies of #472583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472583

Black with #472583

Text Example


Text Example

White with #472583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472583; }

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

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

background-color css

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

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

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

border-color css

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

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

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