Html Css Color HEX #477095 Wedgewood

📋 copy color: '#477095'

red 71 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #477095

Tints of Wedgewood #477095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 21.39%
G = 33.73%
B = 44.88%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477095 (or 0x477095) is known color: Wedgewood. HEX triplet: 47, 70 and 95. RGB value is (71,112,149). Sum of RGB (Red+Green+Blue) = 71+112+149=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #477095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477095 is #B88F6A. Grayscale: #676767. Windows color (decimal): -12095339 or 9793607. OLE color: 9793607.

HSL color Cylindrical-coordinate representation of color #477095: hue angle of 208.46º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477095 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 112 149 -
CMYK 0.52 0.25 0 0.42
HSL 208.46º 0.35% 0.43% -
HSV(B) 208.46º 0.52% 0.58% -
XYZ 13.82 15.1 30.62 -
YUV 103.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 71 112 149 0.52 0.25 0 0.42 208.46 0.35 0.43
Hex 47 70 95 34 19 0 2A D0 23 2B
Octal 107 160 225 64 31 0 52 320 43 53
Binary 1000111 1110000 10010101 110100 11001 0 101010 11010000 100011 101011

Color Harmonies of #477095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477095

Black with #477095

Text Example


Text Example

White with #477095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477095; }

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

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

background-color css

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

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

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

border-color css

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

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

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