Html Css Color HEX #476C94 Wedgewood

📋 copy color: '#476C94'

red 71 ◦ green 108 ◦ blue 148

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

Shades of Wedgewood #476C94

Tints of Wedgewood #476C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.03%

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

R = 21.71%
G = 33.03%
B = 45.26%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476C94 (or 0x476C94) is known color: Wedgewood. HEX triplet: 47, 6C and 94. RGB value is (71,108,148). Sum of RGB (Red+Green+Blue) = 71+108+148=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #476C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C94 is #B8936B. Grayscale: #656565. Windows color (decimal): -12096364 or 9727047. OLE color: 9727047.

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

Color convert

RGB 71 108 148 -
CMYK 0.52 0.27 0 0.42
HSL 211.17º 0.35% 0.43% -
HSV(B) 211.17º 0.52% 0.58% -
XYZ 13.31 14.2 30.06 -
YUV 101.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 71 108 148 0.52 0.27 0 0.42 211.17 0.35 0.43
Hex 47 6C 94 34 1B 0 2A D3 23 2B
Octal 107 154 224 64 33 0 52 323 43 53
Binary 1000111 1101100 10010100 110100 11011 0 101010 11010011 100011 101011

Color Harmonies of #476C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C94

Black with #476C94

Text Example


Text Example

White with #476C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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