Html Css Color HEX #476380 Wedgewood

📋 copy color: '#476380'

red 71 ◦ green 99 ◦ blue 128

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

Shades of Wedgewood #476380

Tints of Wedgewood #476380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 23.83%
G = 33.22%
B = 42.95%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476380 (or 0x476380) is known color: Wedgewood. HEX triplet: 47, 63 and 80. RGB value is (71,99,128). Sum of RGB (Red+Green+Blue) = 71+99+128=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #476380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476380 is #B89C7F. Grayscale: #5D5D5D. Windows color (decimal): -12098688 or 8414023. OLE color: 8414023.

HSL color Cylindrical-coordinate representation of color #476380: hue angle of 210.53º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476380 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 99 128 -
CMYK 0.45 0.23 0 0.50
HSL 210.53º 0.29% 0.39% -
HSV(B) 210.53º 0.45% 0.5% -
XYZ 10.96 11.82 22.13 -
YUV 93.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 71 99 128 0.45 0.23 0 0.50 210.53 0.29 0.39
Hex 47 63 80 2D 17 0 32 D3 1D 27
Octal 107 143 200 55 27 0 62 323 35 47
Binary 1000111 1100011 10000000 101101 10111 0 110010 11010011 11101 100111

Color Harmonies of #476380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476380

Black with #476380

Text Example


Text Example

White with #476380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476380; }

 p { color: rgb(71,99,128); }

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

background-color css

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

 a { background-color: rgb(71,99,128); }

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

border-color css

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

 span { border-color: rgb(71,99,128); }

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