Html Css Color HEX #473270 Windsor

📋 copy color: '#473270'

red 71 ◦ green 50 ◦ blue 112

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

Shades of Windsor #473270

Tints of Windsor #473270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 30.47%
G = 21.46%
B = 48.07%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473270 (or 0x473270) is known color: Windsor. HEX triplet: 47, 32 and 70. RGB value is (71,50,112). Sum of RGB (Red+Green+Blue) = 71+50+112=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #473270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473270 is #B8CD8F. Grayscale: #3F3F3F. Windows color (decimal): -12111248 or 7352903. OLE color: 7352903.

HSL color Cylindrical-coordinate representation of color #473270: hue angle of 260.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473270 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 50 112 -
CMYK 0.37 0.55 0 0.56
HSL 260.32º 0.38% 0.32% -
HSV(B) 260.32º 0.55% 0.44% -
XYZ 6.66 4.79 15.9 -
YUV 63.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 71 50 112 0.37 0.55 0 0.56 260.32 0.38 0.32
Hex 47 32 70 25 37 0 38 104 26 20
Octal 107 62 160 45 67 0 70 404 46 40
Binary 1000111 110010 1110000 100101 110111 0 111000 100000100 100110 100000

Color Harmonies of #473270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473270

Black with #473270

Text Example


Text Example

White with #473270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473270; }

 p { color: rgb(71,50,112); }

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

background-color css

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

 a { background-color: rgb(71,50,112); }

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

border-color css

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

 span { border-color: rgb(71,50,112); }

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