Html Css Color HEX #473370 Windsor

📋 copy color: '#473370'

red 71 ◦ green 51 ◦ blue 112

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

Shades of Windsor #473370

Tints of Windsor #473370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 30.34%
G = 21.79%
B = 47.86%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473370 (or 0x473370) is known color: Windsor. HEX triplet: 47, 33 and 70. RGB value is (71,51,112). Sum of RGB (Red+Green+Blue) = 71+51+112=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #473370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473370 is #B8CC8F. Grayscale: #3F3F3F. Windows color (decimal): -12110992 or 7353159. OLE color: 7353159.

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

Color convert

RGB 71 51 112 -
CMYK 0.37 0.54 0 0.56
HSL 259.67º 0.37% 0.32% -
HSV(B) 259.67º 0.54% 0.44% -
XYZ 6.71 4.88 15.92 -
YUV 63.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 71 51 112 0.37 0.54 0 0.56 259.67 0.37 0.32
Hex 47 33 70 25 36 0 38 104 25 20
Octal 107 63 160 45 66 0 70 404 45 40
Binary 1000111 110011 1110000 100101 110110 0 111000 100000100 100101 100000

Color Harmonies of #473370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473370

Black with #473370

Text Example


Text Example

White with #473370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473370; }

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

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

background-color css

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

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

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

border-color css

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

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

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