Html Css Color HEX #47608D Wedgewood

📋 copy color: '#47608D'

red 71 ◦ green 96 ◦ blue 141

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

Shades of Wedgewood #47608D

Tints of Wedgewood #47608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 23.05%
G = 31.17%
B = 45.78%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47608D (or 0x47608D) is known color: Wedgewood. HEX triplet: 47, 60 and 8D. RGB value is (71,96,141). Sum of RGB (Red+Green+Blue) = 71+96+141=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #47608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47608D is #B89F72. Grayscale: #5D5D5D. Windows color (decimal): -12099443 or 9265223. OLE color: 9265223.

HSL color Cylindrical-coordinate representation of color #47608D: hue angle of 218.57º 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 #47608D is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 96 141 -
CMYK 0.50 0.32 0 0.45
HSL 218.57º 0.33% 0.42% -
HSV(B) 218.57º 0.5% 0.55% -
XYZ 11.59 11.63 26.83 -
YUV 93.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 71 96 141 0.50 0.32 0 0.45 218.57 0.33 0.42
Hex 47 60 8D 32 20 0 2D DB 21 2A
Octal 107 140 215 62 40 0 55 333 41 52
Binary 1000111 1100000 10001101 110010 100000 0 101101 11011011 100001 101010

Color Harmonies of #47608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47608D

Black with #47608D

Text Example


Text Example

White with #47608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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