Html Css Color HEX #476B84 Wedgewood

📋 copy color: '#476B84'

red 71 ◦ green 107 ◦ blue 132

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

Shades of Wedgewood #476B84

Tints of Wedgewood #476B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 22.9%
G = 34.52%
B = 42.58%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#476B84 (or 0x476B84) is known color: Wedgewood. HEX triplet: 47, 6B and 84. RGB value is (71,107,132). Sum of RGB (Red+Green+Blue) = 71+107+132=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #476B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B84 is #B8947B. Grayscale: #626262. Windows color (decimal): -12096636 or 8678215. OLE color: 8678215.

HSL color Cylindrical-coordinate representation of color #476B84: hue angle of 204.59º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476B84 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 107 132 -
CMYK 0.46 0.19 0 0.48
HSL 204.59º 0.3% 0.4% -
HSV(B) 204.59º 0.46% 0.52% -
XYZ 12.02 13.52 23.81 -
YUV 99.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 71 107 132 0.46 0.19 0 0.48 204.59 0.3 0.4
Hex 47 6B 84 2E 13 0 30 CD 1E 28
Octal 107 153 204 56 23 0 60 315 36 50
Binary 1000111 1101011 10000100 101110 10011 0 110000 11001101 11110 101000

Color Harmonies of #476B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B84

Black with #476B84

Text Example


Text Example

White with #476B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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