Html Css Color HEX #477094 Wedgewood

📋 copy color: '#477094'

red 71 ◦ green 112 ◦ blue 148

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

Shades of Wedgewood #477094

Tints of Wedgewood #477094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 21.45%
G = 33.84%
B = 44.71%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#477094 (or 0x477094) is known color: Wedgewood. HEX triplet: 47, 70 and 94. RGB value is (71,112,148). Sum of RGB (Red+Green+Blue) = 71+112+148=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #477094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477094 is #B88F6B. Grayscale: #676767. Windows color (decimal): -12095340 or 9728071. OLE color: 9728071.

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

Color convert

RGB 71 112 148 -
CMYK 0.52 0.24 0 0.42
HSL 208.05º 0.35% 0.43% -
HSV(B) 208.05º 0.52% 0.58% -
XYZ 13.74 15.07 30.2 -
YUV 103.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 71 112 148 0.52 0.24 0 0.42 208.05 0.35 0.43
Hex 47 70 94 34 18 0 2A D0 23 2B
Octal 107 160 224 64 30 0 52 320 43 53
Binary 1000111 1110000 10010100 110100 11000 0 101010 11010000 100011 101011

Color Harmonies of #477094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477094

Black with #477094

Text Example


Text Example

White with #477094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477094; }

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

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

background-color css

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

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

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

border-color css

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

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

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