Html Css Color HEX #476683 Wedgewood

📋 copy color: '#476683'

red 71 ◦ green 102 ◦ blue 131

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

Shades of Wedgewood #476683

Tints of Wedgewood #476683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 23.36%
G = 33.55%
B = 43.09%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476683 (or 0x476683) is known color: Wedgewood. HEX triplet: 47, 66 and 83. RGB value is (71,102,131). Sum of RGB (Red+Green+Blue) = 71+102+131=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #476683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476683 is #B8997C. Grayscale: #5F5F5F. Windows color (decimal): -12097917 or 8611399. OLE color: 8611399.

HSL color Cylindrical-coordinate representation of color #476683: hue angle of 209º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476683 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 102 131 -
CMYK 0.46 0.22 0 0.49
HSL 209º 0.3% 0.4% -
HSV(B) 209º 0.46% 0.51% -
XYZ 11.45 12.48 23.28 -
YUV 96.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 71 102 131 0.46 0.22 0 0.49 209 0.3 0.4
Hex 47 66 83 2E 16 0 31 D1 1E 28
Octal 107 146 203 56 26 0 61 321 36 50
Binary 1000111 1100110 10000011 101110 10110 0 110001 11010001 11110 101000

Color Harmonies of #476683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476683

Black with #476683

Text Example


Text Example

White with #476683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476683; }

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

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

background-color css

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

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

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

border-color css

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

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

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