Html Css Color HEX #47658D Wedgewood

📋 copy color: '#47658D'

red 71 ◦ green 101 ◦ blue 141

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

Shades of Wedgewood #47658D

Tints of Wedgewood #47658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 22.68%
G = 32.27%
B = 45.05%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47658D (or 0x47658D) is known color: Wedgewood. HEX triplet: 47, 65 and 8D. RGB value is (71,101,141). Sum of RGB (Red+Green+Blue) = 71+101+141=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #47658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47658D is #B89A72. Grayscale: #606060. Windows color (decimal): -12098163 or 9266503. OLE color: 9266503.

HSL color Cylindrical-coordinate representation of color #47658D: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47658D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 101 141 -
CMYK 0.50 0.28 0 0.45
HSL 214.29º 0.33% 0.42% -
HSV(B) 214.29º 0.5% 0.55% -
XYZ 12.06 12.57 26.99 -
YUV 96.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 71 101 141 0.50 0.28 0 0.45 214.29 0.33 0.42
Hex 47 65 8D 32 1C 0 2D D6 21 2A
Octal 107 145 215 62 34 0 55 326 41 52
Binary 1000111 1100101 10001101 110010 11100 0 101101 11010110 100001 101010

Color Harmonies of #47658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47658D

Black with #47658D

Text Example


Text Example

White with #47658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47658D; }

 p { color: rgb(71,101,141); }

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

background-color css

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

 a { background-color: rgb(71,101,141); }

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

border-color css

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

 span { border-color: rgb(71,101,141); }

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