Html Css Color HEX #476187 Wedgewood

📋 copy color: '#476187'

red 71 ◦ green 97 ◦ blue 135

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

Shades of Wedgewood #476187

Tints of Wedgewood #476187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 23.43%
G = 32.01%
B = 44.55%

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

#476187 (or 0x476187) is known color: Wedgewood. HEX triplet: 47, 61 and 87. RGB value is (71,97,135). Sum of RGB (Red+Green+Blue) = 71+97+135=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #476187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476187 is #B89E78. Grayscale: #5D5D5D. Windows color (decimal): -12099193 or 8872263. OLE color: 8872263.

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

Color convert

RGB 71 97 135 -
CMYK 0.47 0.28 0 0.47
HSL 215.63º 0.31% 0.4% -
HSV(B) 215.63º 0.47% 0.53% -
XYZ 11.25 11.64 24.58 -
YUV 93.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 71 97 135 0.47 0.28 0 0.47 215.63 0.31 0.4
Hex 47 61 87 2F 1C 0 2F D8 1F 28
Octal 107 141 207 57 34 0 57 330 37 50
Binary 1000111 1100001 10000111 101111 11100 0 101111 11011000 11111 101000

Color Harmonies of #476187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476187

Black with #476187

Text Example


Text Example

White with #476187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476187; }

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

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

background-color css

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

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

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

border-color css

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

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

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