Html Css Color HEX #47678A Wedgewood

📋 copy color: '#47678A'

red 71 ◦ green 103 ◦ blue 138

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

Shades of Wedgewood #47678A

Tints of Wedgewood #47678A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 22.76%
G = 33.01%
B = 44.23%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47678A (or 0x47678A) is known color: Wedgewood. HEX triplet: 47, 67 and 8A. RGB value is (71,103,138). Sum of RGB (Red+Green+Blue) = 71+103+138=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #47678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47678A is #B89875. Grayscale: #616161. Windows color (decimal): -12097654 or 9070407. OLE color: 9070407.

HSL color Cylindrical-coordinate representation of color #47678A: hue angle of 211.34º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47678A is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 103 138 -
CMYK 0.49 0.25 0 0.46
HSL 211.34º 0.32% 0.41% -
HSV(B) 211.34º 0.49% 0.54% -
XYZ 12.04 12.88 25.9 -
YUV 97.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 71 103 138 0.49 0.25 0 0.46 211.34 0.32 0.41
Hex 47 67 8A 31 19 0 2E D3 20 29
Octal 107 147 212 61 31 0 56 323 40 51
Binary 1000111 1100111 10001010 110001 11001 0 101110 11010011 100000 101001

Color Harmonies of #47678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47678A

Black with #47678A

Text Example


Text Example

White with #47678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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