Html Css Color HEX #477092 Wedgewood

📋 copy color: '#477092'

red 71 ◦ green 112 ◦ blue 146

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

Shades of Wedgewood #477092

Tints of Wedgewood #477092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 21.58%
G = 34.04%
B = 44.38%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#477092 (or 0x477092) is known color: Wedgewood. HEX triplet: 47, 70 and 92. RGB value is (71,112,146). Sum of RGB (Red+Green+Blue) = 71+112+146=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #477092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477092 is #B88F6D. Grayscale: #676767. Windows color (decimal): -12095342 or 9596999. OLE color: 9596999.

HSL color Cylindrical-coordinate representation of color #477092: hue angle of 207.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477092 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 112 146 -
CMYK 0.51 0.23 0 0.43
HSL 207.2º 0.35% 0.43% -
HSV(B) 207.2º 0.51% 0.57% -
XYZ 13.58 15 29.37 -
YUV 103.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 71 112 146 0.51 0.23 0 0.43 207.2 0.35 0.43
Hex 47 70 92 33 17 0 2B CF 23 2B
Octal 107 160 222 63 27 0 53 317 43 53
Binary 1000111 1110000 10010010 110011 10111 0 101011 11001111 100011 101011

Color Harmonies of #477092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477092

Black with #477092

Text Example


Text Example

White with #477092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477092; }

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

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

background-color css

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

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

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

border-color css

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

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

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