Html Css Color HEX #476690 Wedgewood

📋 copy color: '#476690'

red 71 ◦ green 102 ◦ blue 144

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

Shades of Wedgewood #476690

Tints of Wedgewood #476690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 22.4%
G = 32.18%
B = 45.43%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#476690 (or 0x476690) is known color: Wedgewood. HEX triplet: 47, 66 and 90. RGB value is (71,102,144). Sum of RGB (Red+Green+Blue) = 71+102+144=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #476690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476690 is #B8996F. Grayscale: #616161. Windows color (decimal): -12097904 or 9463367. OLE color: 9463367.

HSL color Cylindrical-coordinate representation of color #476690: hue angle of 214.52º 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 #476690 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 102 144 -
CMYK 0.51 0.29 0 0.44
HSL 214.52º 0.34% 0.42% -
HSV(B) 214.52º 0.51% 0.56% -
XYZ 12.38 12.86 28.21 -
YUV 97.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 71 102 144 0.51 0.29 0 0.44 214.52 0.34 0.42
Hex 47 66 90 33 1D 0 2C D7 22 2A
Octal 107 146 220 63 35 0 54 327 42 52
Binary 1000111 1100110 10010000 110011 11101 0 101100 11010111 100010 101010

Color Harmonies of #476690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476690

Black with #476690

Text Example


Text Example

White with #476690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476690; }

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

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

background-color css

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

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

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

border-color css

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

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

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