Html Css Color HEX #476B94 Wedgewood

📋 copy color: '#476B94'

red 71 ◦ green 107 ◦ blue 148

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

Shades of Wedgewood #476B94

Tints of Wedgewood #476B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

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

R = 21.78%
G = 32.82%
B = 45.4%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476B94 (or 0x476B94) is known color: Wedgewood. HEX triplet: 47, 6B and 94. RGB value is (71,107,148). Sum of RGB (Red+Green+Blue) = 71+107+148=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #476B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B94 is #B8946B. Grayscale: #646464. Windows color (decimal): -12096620 or 9726791. OLE color: 9726791.

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

Color convert

RGB 71 107 148 -
CMYK 0.52 0.28 0 0.42
HSL 211.95º 0.35% 0.43% -
HSV(B) 211.95º 0.52% 0.58% -
XYZ 13.2 13.99 30.02 -
YUV 100.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 71 107 148 0.52 0.28 0 0.42 211.95 0.35 0.43
Hex 47 6B 94 34 1C 0 2A D4 23 2B
Octal 107 153 224 64 34 0 52 324 43 53
Binary 1000111 1101011 10010100 110100 11100 0 101010 11010100 100011 101011

Color Harmonies of #476B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B94

Black with #476B94

Text Example


Text Example

White with #476B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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