Html Css Color HEX #47678E Wedgewood

📋 copy color: '#47678E'

red 71 ◦ green 103 ◦ blue 142

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

Shades of Wedgewood #47678E

Tints of Wedgewood #47678E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 22.47%
G = 32.59%
B = 44.94%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47678E (or 0x47678E) is known color: Wedgewood. HEX triplet: 47, 67 and 8E. RGB value is (71,103,142). Sum of RGB (Red+Green+Blue) = 71+103+142=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #47678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47678E is #B89871. Grayscale: #616161. Windows color (decimal): -12097650 or 9332551. OLE color: 9332551.

HSL color Cylindrical-coordinate representation of color #47678E: hue angle of 212.96º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47678E is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 103 142 -
CMYK 0.5 0.27 0 0.44
HSL 212.96º 0.33% 0.42% -
HSV(B) 212.96º 0.5% 0.56% -
XYZ 12.33 12.99 27.45 -
YUV 97.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 71 103 142 0.5 0.27 0 0.44 212.96 0.33 0.42
Hex 47 67 8E 32 1B 0 2C D5 21 2A
Octal 107 147 216 62 33 0 54 325 41 52
Binary 1000111 1100111 10001110 110010 11011 0 101100 11010101 100001 101010

Color Harmonies of #47678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47678E

Black with #47678E

Text Example


Text Example

White with #47678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47678E; }

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

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

background-color css

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

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

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

border-color css

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

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

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