Html Css Color HEX #476482 Wedgewood

📋 copy color: '#476482'

red 71 ◦ green 100 ◦ blue 130

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

Shades of Wedgewood #476482

Tints of Wedgewood #476482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 23.59%
G = 33.22%
B = 43.19%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476482 (or 0x476482) is known color: Wedgewood. HEX triplet: 47, 64 and 82. RGB value is (71,100,130). Sum of RGB (Red+Green+Blue) = 71+100+130=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #476482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476482 is #B89B7D. Grayscale: #5E5E5E. Windows color (decimal): -12098430 or 8545351. OLE color: 8545351.

HSL color Cylindrical-coordinate representation of color #476482: hue angle of 210.51º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476482 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 100 130 -
CMYK 0.45 0.23 0 0.49
HSL 210.51º 0.29% 0.39% -
HSV(B) 210.51º 0.45% 0.51% -
XYZ 11.18 12.07 22.86 -
YUV 94.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 71 100 130 0.45 0.23 0 0.49 210.51 0.29 0.39
Hex 47 64 82 2D 17 0 31 D3 1D 27
Octal 107 144 202 55 27 0 61 323 35 47
Binary 1000111 1100100 10000010 101101 10111 0 110001 11010011 11101 100111

Color Harmonies of #476482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476482

Black with #476482

Text Example


Text Example

White with #476482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476482; }

 p { color: rgb(71,100,130); }

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

background-color css

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

 a { background-color: rgb(71,100,130); }

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

border-color css

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

 span { border-color: rgb(71,100,130); }

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