Html Css Color HEX #477296 Wedgewood

📋 copy color: '#477296'

red 71 ◦ green 114 ◦ blue 150

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

Shades of Wedgewood #477296

Tints of Wedgewood #477296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 21.19%
G = 34.03%
B = 44.78%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#477296 (or 0x477296) is known color: Wedgewood. HEX triplet: 47, 72 and 96. RGB value is (71,114,150). Sum of RGB (Red+Green+Blue) = 71+114+150=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #477296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477296 is #B88D69. Grayscale: #696969. Windows color (decimal): -12094826 or 9859655. OLE color: 9859655.

HSL color Cylindrical-coordinate representation of color #477296: hue angle of 207.34º 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 #477296 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 114 150 -
CMYK 0.53 0.24 0 0.41
HSL 207.34º 0.36% 0.43% -
HSV(B) 207.34º 0.53% 0.59% -
XYZ 14.12 15.58 31.12 -
YUV 105.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 71 114 150 0.53 0.24 0 0.41 207.34 0.36 0.43
Hex 47 72 96 35 18 0 29 CF 24 2B
Octal 107 162 226 65 30 0 51 317 44 53
Binary 1000111 1110010 10010110 110101 11000 0 101001 11001111 100100 101011

Color Harmonies of #477296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477296

Black with #477296

Text Example


Text Example

White with #477296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477296; }

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

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

background-color css

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

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

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

border-color css

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

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

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