Html Css Color HEX #476180 Wedgewood

📋 copy color: '#476180'

red 71 ◦ green 97 ◦ blue 128

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

Shades of Wedgewood #476180

Tints of Wedgewood #476180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

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

R = 23.99%
G = 32.77%
B = 43.24%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476180 (or 0x476180) is known color: Wedgewood. HEX triplet: 47, 61 and 80. RGB value is (71,97,128). Sum of RGB (Red+Green+Blue) = 71+97+128=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #476180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476180 is #B89E7F. Grayscale: #5C5C5C. Windows color (decimal): -12099200 or 8413511. OLE color: 8413511.

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

Color convert

RGB 71 97 128 -
CMYK 0.45 0.24 0 0.50
HSL 212.63º 0.29% 0.39% -
HSV(B) 212.63º 0.45% 0.5% -
XYZ 10.77 11.45 22.06 -
YUV 92.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 71 97 128 0.45 0.24 0 0.50 212.63 0.29 0.39
Hex 47 61 80 2D 18 0 32 D5 1D 27
Octal 107 141 200 55 30 0 62 325 35 47
Binary 1000111 1100001 10000000 101101 11000 0 110010 11010101 11101 100111

Color Harmonies of #476180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476180

Black with #476180

Text Example


Text Example

White with #476180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476180; }

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

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

background-color css

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

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

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

border-color css

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

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

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