Html Css Color HEX #473082 Windsor

📋 copy color: '#473082'

red 71 ◦ green 48 ◦ blue 130

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

Shades of Windsor #473082

Tints of Windsor #473082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 28.51%
G = 19.28%
B = 52.21%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#473082 (or 0x473082) is known color: Windsor. HEX triplet: 47, 30 and 82. RGB value is (71,48,130). Sum of RGB (Red+Green+Blue) = 71+48+130=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #473082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473082 is #B8CF7D. Grayscale: #3F3F3F. Windows color (decimal): -12111742 or 8532039. OLE color: 8532039.

HSL color Cylindrical-coordinate representation of color #473082: hue angle of 256.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473082 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 48 130 -
CMYK 0.45 0.63 0 0.49
HSL 256.83º 0.46% 0.35% -
HSV(B) 256.83º 0.63% 0.51% -
XYZ 7.68 5.07 21.69 -
YUV 64.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 71 48 130 0.45 0.63 0 0.49 256.83 0.46 0.35
Hex 47 30 82 2D 3F 0 31 101 2E 23
Octal 107 60 202 55 77 0 61 401 56 43
Binary 1000111 110000 10000010 101101 111111 0 110001 100000001 101110 100011

Color Harmonies of #473082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473082

Black with #473082

Text Example


Text Example

White with #473082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473082; }

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

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

background-color css

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

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

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

border-color css

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

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

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