Html Css Color HEX #476E89 Wedgewood

📋 copy color: '#476E89'

red 71 ◦ green 110 ◦ blue 137

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

Shades of Wedgewood #476E89

Tints of Wedgewood #476E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 22.33%
G = 34.59%
B = 43.08%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#476E89 (or 0x476E89) is known color: Wedgewood. HEX triplet: 47, 6E and 89. RGB value is (71,110,137). Sum of RGB (Red+Green+Blue) = 71+110+137=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #476E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E89 is #B89176. Grayscale: #656565. Windows color (decimal): -12095863 or 9006663. OLE color: 9006663.

HSL color Cylindrical-coordinate representation of color #476E89: hue angle of 204.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476E89 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 110 137 -
CMYK 0.48 0.20 0 0.46
HSL 204.55º 0.32% 0.41% -
HSV(B) 204.55º 0.48% 0.54% -
XYZ 12.69 14.3 25.76 -
YUV 101.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 71 110 137 0.48 0.20 0 0.46 204.55 0.32 0.41
Hex 47 6E 89 30 14 0 2E CD 20 29
Octal 107 156 211 60 24 0 56 315 40 51
Binary 1000111 1101110 10001001 110000 10100 0 101110 11001101 100000 101001

Color Harmonies of #476E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E89

Black with #476E89

Text Example


Text Example

White with #476E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476E89; }

 p { color: rgb(71,110,137); }

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

background-color css

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

 a { background-color: rgb(71,110,137); }

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

border-color css

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

 span { border-color: rgb(71,110,137); }

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