Html Css Color HEX #476580 Wedgewood

📋 copy color: '#476580'

red 71 ◦ green 101 ◦ blue 128

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

Shades of Wedgewood #476580

Tints of Wedgewood #476580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 23.67%
G = 33.67%
B = 42.67%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476580 (or 0x476580) is known color: Wedgewood. HEX triplet: 47, 65 and 80. RGB value is (71,101,128). Sum of RGB (Red+Green+Blue) = 71+101+128=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #476580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476580 is #B89A7F. Grayscale: #5E5E5E. Windows color (decimal): -12098176 or 8414535. OLE color: 8414535.

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

Color convert

RGB 71 101 128 -
CMYK 0.45 0.21 0 0.50
HSL 208.42º 0.29% 0.39% -
HSV(B) 208.42º 0.45% 0.5% -
XYZ 11.15 12.21 22.19 -
YUV 95.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 71 101 128 0.45 0.21 0 0.50 208.42 0.29 0.39
Hex 47 65 80 2D 15 0 32 D0 1D 27
Octal 107 145 200 55 25 0 62 320 35 47
Binary 1000111 1100101 10000000 101101 10101 0 110010 11010000 11101 100111

Color Harmonies of #476580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476580

Black with #476580

Text Example


Text Example

White with #476580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476580; }

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

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

background-color css

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

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

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

border-color css

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

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

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