Html Css Color HEX #472B7C Windsor

📋 copy color: '#472B7C'

red 71 ◦ green 43 ◦ blue 124

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

Shades of Windsor #472B7C

Tints of Windsor #472B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 29.83%
G = 18.07%
B = 52.1%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#472B7C (or 0x472B7C) is known color: Windsor. HEX triplet: 47, 2B and 7C. RGB value is (71,43,124). Sum of RGB (Red+Green+Blue) = 71+43+124=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #472B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B7C is #B8D483. Grayscale: #3C3C3C. Windows color (decimal): -12113028 or 8137543. OLE color: 8137543.

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

Color convert

RGB 71 43 124 -
CMYK 0.43 0.65 0 0.51
HSL 260.74º 0.49% 0.33% -
HSV(B) 260.74º 0.65% 0.49% -
XYZ 7.1 4.52 19.57 -
YUV 60.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 71 43 124 0.43 0.65 0 0.51 260.74 0.49 0.33
Hex 47 2B 7C 2B 41 0 33 105 31 21
Octal 107 53 174 53 101 0 63 405 61 41
Binary 1000111 101011 1111100 101011 1000001 0 110011 100000101 110001 100001

Color Harmonies of #472B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B7C

Black with #472B7C

Text Example


Text Example

White with #472B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,124); }

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

background-color css

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

 a { background-color: rgb(71,43,124); }

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

border-color css

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

 span { border-color: rgb(71,43,124); }

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