Html Css Color HEX #476182 Wedgewood

📋 copy color: '#476182'

red 71 ◦ green 97 ◦ blue 130

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

Shades of Wedgewood #476182

Tints of Wedgewood #476182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 23.83%
G = 32.55%
B = 43.62%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476182 (or 0x476182) is known color: Wedgewood. HEX triplet: 47, 61 and 82. RGB value is (71,97,130). Sum of RGB (Red+Green+Blue) = 71+97+130=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #476182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476182 is #B89E7D. Grayscale: #5C5C5C. Windows color (decimal): -12099198 or 8544583. OLE color: 8544583.

HSL color Cylindrical-coordinate representation of color #476182: hue angle of 213.56º 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 #476182 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 97 130 -
CMYK 0.45 0.25 0 0.49
HSL 213.56º 0.29% 0.39% -
HSV(B) 213.56º 0.45% 0.51% -
XYZ 10.9 11.5 22.76 -
YUV 92.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 71 97 130 0.45 0.25 0 0.49 213.56 0.29 0.39
Hex 47 61 82 2D 19 0 31 D6 1D 27
Octal 107 141 202 55 31 0 61 326 35 47
Binary 1000111 1100001 10000010 101101 11001 0 110001 11010110 11101 100111

Color Harmonies of #476182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476182

Black with #476182

Text Example


Text Example

White with #476182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476182; }

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

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

background-color css

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

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

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

border-color css

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

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

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