Html Css Color HEX #476286 Wedgewood

📋 copy color: '#476286'

red 71 ◦ green 98 ◦ blue 134

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

Shades of Wedgewood #476286

Tints of Wedgewood #476286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 23.43%
G = 32.34%
B = 44.22%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476286 (or 0x476286) is known color: Wedgewood. HEX triplet: 47, 62 and 86. RGB value is (71,98,134). Sum of RGB (Red+Green+Blue) = 71+98+134=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #476286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476286 is #B89D79. Grayscale: #5D5D5D. Windows color (decimal): -12098938 or 8806983. OLE color: 8806983.

HSL color Cylindrical-coordinate representation of color #476286: hue angle of 214.29º 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 #476286 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 98 134 -
CMYK 0.47 0.27 0 0.47
HSL 214.29º 0.31% 0.4% -
HSV(B) 214.29º 0.47% 0.53% -
XYZ 11.27 11.8 24.24 -
YUV 94.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 71 98 134 0.47 0.27 0 0.47 214.29 0.31 0.4
Hex 47 62 86 2F 1B 0 2F D6 1F 28
Octal 107 142 206 57 33 0 57 326 37 50
Binary 1000111 1100010 10000110 101111 11011 0 101111 11010110 11111 101000

Color Harmonies of #476286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476286

Black with #476286

Text Example


Text Example

White with #476286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476286; }

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

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

background-color css

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

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

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

border-color css

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

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

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