Html Css Color HEX #476788 Wedgewood

📋 copy color: '#476788'

red 71 ◦ green 103 ◦ blue 136

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

Shades of Wedgewood #476788

Tints of Wedgewood #476788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 22.9%
G = 33.23%
B = 43.87%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476788 (or 0x476788) is known color: Wedgewood. HEX triplet: 47, 67 and 88. RGB value is (71,103,136). Sum of RGB (Red+Green+Blue) = 71+103+136=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #476788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476788 is #B89877. Grayscale: #616161. Windows color (decimal): -12097656 or 8939335. OLE color: 8939335.

HSL color Cylindrical-coordinate representation of color #476788: hue angle of 210.46º 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 #476788 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 103 136 -
CMYK 0.48 0.24 0 0.47
HSL 210.46º 0.31% 0.41% -
HSV(B) 210.46º 0.48% 0.53% -
XYZ 11.89 12.82 25.14 -
YUV 97.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 71 103 136 0.48 0.24 0 0.47 210.46 0.31 0.41
Hex 47 67 88 30 18 0 2F D2 1F 29
Octal 107 147 210 60 30 0 57 322 37 51
Binary 1000111 1100111 10001000 110000 11000 0 101111 11010010 11111 101001

Color Harmonies of #476788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476788

Black with #476788

Text Example


Text Example

White with #476788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476788; }

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

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

background-color css

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

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

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

border-color css

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

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

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