Html Css Color HEX #476C90 Wedgewood

📋 copy color: '#476C90'

red 71 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #476C90

Tints of Wedgewood #476C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 144 (56.64% from 255) = 44.58%

R = 21.98%
G = 33.44%
B = 44.58%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#476C90 (or 0x476C90) is known color: Wedgewood. HEX triplet: 47, 6C and 90. RGB value is (71,108,144). Sum of RGB (Red+Green+Blue) = 71+108+144=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #476C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C90 is #B8936F. Grayscale: #646464. Windows color (decimal): -12096368 or 9464903. OLE color: 9464903.

HSL color Cylindrical-coordinate representation of color #476C90: hue angle of 209.59º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476C90 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 108 144 -
CMYK 0.51 0.25 0 0.44
HSL 209.59º 0.34% 0.42% -
HSV(B) 209.59º 0.51% 0.56% -
XYZ 13 14.08 28.42 -
YUV 101.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 71 108 144 0.51 0.25 0 0.44 209.59 0.34 0.42
Hex 47 6C 90 33 19 0 2C D2 22 2A
Octal 107 154 220 63 31 0 54 322 42 52
Binary 1000111 1101100 10010000 110011 11001 0 101100 11010010 100010 101010

Color Harmonies of #476C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C90

Black with #476C90

Text Example


Text Example

White with #476C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,144); }

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

background-color css

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

 a { background-color: rgb(71,108,144); }

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

border-color css

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

 span { border-color: rgb(71,108,144); }

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