Html Css Color HEX #476382 Wedgewood

📋 copy color: '#476382'

red 71 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #476382

Tints of Wedgewood #476382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 23.67%
G = 33%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476382 (or 0x476382) is known color: Wedgewood. HEX triplet: 47, 63 and 82. RGB value is (71,99,130). Sum of RGB (Red+Green+Blue) = 71+99+130=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #476382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476382 is #B89C7D. Grayscale: #5E5E5E. Windows color (decimal): -12098686 or 8545095. OLE color: 8545095.

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

Color convert

RGB 71 99 130 -
CMYK 0.45 0.24 0 0.49
HSL 211.53º 0.29% 0.39% -
HSV(B) 211.53º 0.45% 0.51% -
XYZ 11.09 11.87 22.83 -
YUV 94.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 71 99 130 0.45 0.24 0 0.49 211.53 0.29 0.39
Hex 47 63 82 2D 18 0 31 D4 1D 27
Octal 107 143 202 55 30 0 61 324 35 47
Binary 1000111 1100011 10000010 101101 11000 0 110001 11010100 11101 100111

Color Harmonies of #476382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476382

Black with #476382

Text Example


Text Example

White with #476382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476382; }

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

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

background-color css

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

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

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

border-color css

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

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

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