Html Css Color HEX #476086 Wedgewood

📋 copy color: '#476086'

red 71 ◦ green 96 ◦ blue 134

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

Shades of Wedgewood #476086

Tints of Wedgewood #476086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 23.59%
G = 31.89%
B = 44.52%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476086 (or 0x476086) is known color: Wedgewood. HEX triplet: 47, 60 and 86. RGB value is (71,96,134). Sum of RGB (Red+Green+Blue) = 71+96+134=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #476086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476086 is #B89F79. Grayscale: #5C5C5C. Windows color (decimal): -12099450 or 8806471. OLE color: 8806471.

HSL color Cylindrical-coordinate representation of color #476086: hue angle of 216.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476086 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 96 134 -
CMYK 0.47 0.28 0 0.47
HSL 216.19º 0.31% 0.4% -
HSV(B) 216.19º 0.47% 0.53% -
XYZ 11.08 11.43 24.18 -
YUV 92.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 71 96 134 0.47 0.28 0 0.47 216.19 0.31 0.4
Hex 47 60 86 2F 1C 0 2F D8 1F 28
Octal 107 140 206 57 34 0 57 330 37 50
Binary 1000111 1100000 10000110 101111 11100 0 101111 11011000 11111 101000

Color Harmonies of #476086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476086

Black with #476086

Text Example


Text Example

White with #476086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476086; }

 p { color: rgb(71,96,134); }

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

background-color css

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

 a { background-color: rgb(71,96,134); }

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

border-color css

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

 span { border-color: rgb(71,96,134); }

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