Html Css Color HEX #476688 Wedgewood

📋 copy color: '#476688'

red 71 ◦ green 102 ◦ blue 136

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

Shades of Wedgewood #476688

Tints of Wedgewood #476688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 22.98%
G = 33.01%
B = 44.01%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476688 (or 0x476688) is known color: Wedgewood. HEX triplet: 47, 66 and 88. RGB value is (71,102,136). Sum of RGB (Red+Green+Blue) = 71+102+136=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #476688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476688 is #B89977. Grayscale: #606060. Windows color (decimal): -12097912 or 8939079. OLE color: 8939079.

HSL color Cylindrical-coordinate representation of color #476688: hue angle of 211.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476688 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 102 136 -
CMYK 0.48 0.25 0 0.47
HSL 211.38º 0.31% 0.41% -
HSV(B) 211.38º 0.48% 0.53% -
XYZ 11.79 12.62 25.11 -
YUV 96.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 71 102 136 0.48 0.25 0 0.47 211.38 0.31 0.41
Hex 47 66 88 30 19 0 2F D3 1F 29
Octal 107 146 210 60 31 0 57 323 37 51
Binary 1000111 1100110 10001000 110000 11001 0 101111 11010011 11111 101001

Color Harmonies of #476688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476688

Black with #476688

Text Example


Text Example

White with #476688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476688; }

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

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

background-color css

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

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

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

border-color css

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

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

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