Html Css Color HEX #476780 Wedgewood

📋 copy color: '#476780'

red 71 ◦ green 103 ◦ blue 128

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

Shades of Wedgewood #476780

Tints of Wedgewood #476780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 23.51%
G = 34.11%
B = 42.38%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476780 (or 0x476780) is known color: Wedgewood. HEX triplet: 47, 67 and 80. RGB value is (71,103,128). Sum of RGB (Red+Green+Blue) = 71+103+128=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #476780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476780 is #B8987F. Grayscale: #606060. Windows color (decimal): -12097664 or 8415047. OLE color: 8415047.

HSL color Cylindrical-coordinate representation of color #476780: hue angle of 206.32º 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 #476780 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 103 128 -
CMYK 0.45 0.20 0 0.50
HSL 206.32º 0.29% 0.39% -
HSV(B) 206.32º 0.45% 0.5% -
XYZ 11.35 12.6 22.26 -
YUV 96.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 71 103 128 0.45 0.20 0 0.50 206.32 0.29 0.39
Hex 47 67 80 2D 14 0 32 CE 1D 27
Octal 107 147 200 55 24 0 62 316 35 47
Binary 1000111 1100111 10000000 101101 10100 0 110010 11001110 11101 100111

Color Harmonies of #476780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476780

Black with #476780

Text Example


Text Example

White with #476780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476780; }

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

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

background-color css

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

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

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

border-color css

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

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

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