Html Css Color HEX #477096 Wedgewood

📋 copy color: '#477096'

red 71 ◦ green 112 ◦ blue 150

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

Shades of Wedgewood #477096

Tints of Wedgewood #477096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 21.32%
G = 33.63%
B = 45.05%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#477096 (or 0x477096) is known color: Wedgewood. HEX triplet: 47, 70 and 96. RGB value is (71,112,150). Sum of RGB (Red+Green+Blue) = 71+112+150=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #477096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477096 is #B88F69. Grayscale: #676767. Windows color (decimal): -12095338 or 9859143. OLE color: 9859143.

HSL color Cylindrical-coordinate representation of color #477096: hue angle of 208.86º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477096 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 112 150 -
CMYK 0.53 0.25 0 0.41
HSL 208.86º 0.36% 0.43% -
HSV(B) 208.86º 0.53% 0.59% -
XYZ 13.9 15.13 31.04 -
YUV 104.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 71 112 150 0.53 0.25 0 0.41 208.86 0.36 0.43
Hex 47 70 96 35 19 0 29 D1 24 2B
Octal 107 160 226 65 31 0 51 321 44 53
Binary 1000111 1110000 10010110 110101 11001 0 101001 11010001 100100 101011

Color Harmonies of #477096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477096

Black with #477096

Text Example


Text Example

White with #477096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477096; }

 p { color: rgb(71,112,150); }

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

background-color css

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

 a { background-color: rgb(71,112,150); }

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

border-color css

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

 span { border-color: rgb(71,112,150); }

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