Html Css Color HEX #476F94 Wedgewood

📋 copy color: '#476F94'

red 71 ◦ green 111 ◦ blue 148

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

Shades of Wedgewood #476F94

Tints of Wedgewood #476F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 21.52%
G = 33.64%
B = 44.85%

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

#476F94 (or 0x476F94) is known color: Wedgewood. HEX triplet: 47, 6F and 94. RGB value is (71,111,148). Sum of RGB (Red+Green+Blue) = 71+111+148=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #476F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F94 is #B8906B. Grayscale: #676767. Windows color (decimal): -12095596 or 9727815. OLE color: 9727815.

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

Color convert

RGB 71 111 148 -
CMYK 0.52 0.25 0 0.42
HSL 208.83º 0.35% 0.43% -
HSV(B) 208.83º 0.52% 0.58% -
XYZ 13.63 14.85 30.16 -
YUV 103.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 71 111 148 0.52 0.25 0 0.42 208.83 0.35 0.43
Hex 47 6F 94 34 19 0 2A D1 23 2B
Octal 107 157 224 64 31 0 52 321 43 53
Binary 1000111 1101111 10010100 110100 11001 0 101010 11010001 100011 101011

Color Harmonies of #476F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F94

Black with #476F94

Text Example


Text Example

White with #476F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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