Html Css Color HEX #473073 Windsor

📋 copy color: '#473073'

red 71 ◦ green 48 ◦ blue 115

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

Shades of Windsor #473073

Tints of Windsor #473073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 30.34%
G = 20.51%
B = 49.15%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473073 (or 0x473073) is known color: Windsor. HEX triplet: 47, 30 and 73. RGB value is (71,48,115). Sum of RGB (Red+Green+Blue) = 71+48+115=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #473073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473073 is #B8CF8C. Grayscale: #3E3E3E. Windows color (decimal): -12111757 or 7548999. OLE color: 7548999.

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

Color convert

RGB 71 48 115 -
CMYK 0.38 0.58 0 0.55
HSL 260.6º 0.41% 0.32% -
HSV(B) 260.6º 0.58% 0.45% -
XYZ 6.75 4.69 16.77 -
YUV 62.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 71 48 115 0.38 0.58 0 0.55 260.6 0.41 0.32
Hex 47 30 73 26 3A 0 37 105 29 20
Octal 107 60 163 46 72 0 67 405 51 40
Binary 1000111 110000 1110011 100110 111010 0 110111 100000101 101001 100000

Color Harmonies of #473073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473073

Black with #473073

Text Example


Text Example

White with #473073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473073; }

 p { color: rgb(71,48,115); }

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

background-color css

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

 a { background-color: rgb(71,48,115); }

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

border-color css

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

 span { border-color: rgb(71,48,115); }

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