Html Css Color HEX #47668E Wedgewood

📋 copy color: '#47668E'

red 71 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #47668E

Tints of Wedgewood #47668E

RGB

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

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

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

R = 22.54%
G = 32.38%
B = 45.08%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47668E (or 0x47668E) is known color: Wedgewood. HEX triplet: 47, 66 and 8E. RGB value is (71,102,142). Sum of RGB (Red+Green+Blue) = 71+102+142=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #47668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47668E is #B89971. Grayscale: #616161. Windows color (decimal): -12097906 or 9332295. OLE color: 9332295.

HSL color Cylindrical-coordinate representation of color #47668E: hue angle of 213.8º 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 #47668E is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 102 142 -
CMYK 0.5 0.28 0 0.44
HSL 213.8º 0.33% 0.42% -
HSV(B) 213.8º 0.5% 0.56% -
XYZ 12.23 12.8 27.42 -
YUV 97.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 71 102 142 0.5 0.28 0 0.44 213.8 0.33 0.42
Hex 47 66 8E 32 1C 0 2C D6 21 2A
Octal 107 146 216 62 34 0 54 326 41 52
Binary 1000111 1100110 10001110 110010 11100 0 101100 11010110 100001 101010

Color Harmonies of #47668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47668E

Black with #47668E

Text Example


Text Example

White with #47668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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