Html Css Color HEX #473078 Windsor

📋 copy color: '#473078'

red 71 ◦ green 48 ◦ blue 120

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

Shades of Windsor #473078

Tints of Windsor #473078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 29.71%
G = 20.08%
B = 50.21%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#473078 (or 0x473078) is known color: Windsor. HEX triplet: 47, 30 and 78. RGB value is (71,48,120). Sum of RGB (Red+Green+Blue) = 71+48+120=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #473078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473078 is #B8CF87. Grayscale: #3E3E3E. Windows color (decimal): -12111752 or 7876679. OLE color: 7876679.

HSL color Cylindrical-coordinate representation of color #473078: hue angle of 259.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473078 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 48 120 -
CMYK 0.41 0.60 0 0.53
HSL 259.17º 0.43% 0.33% -
HSV(B) 259.17º 0.6% 0.47% -
XYZ 7.05 4.81 18.33 -
YUV 63.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 71 48 120 0.41 0.60 0 0.53 259.17 0.43 0.33
Hex 47 30 78 29 3C 0 35 103 2B 21
Octal 107 60 170 51 74 0 65 403 53 41
Binary 1000111 110000 1111000 101001 111100 0 110101 100000011 101011 100001

Color Harmonies of #473078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473078

Black with #473078

Text Example


Text Example

White with #473078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473078; }

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

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

background-color css

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

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

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

border-color css

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

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

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