Html Css Color HEX #476282 Wedgewood

📋 copy color: '#476282'

red 71 ◦ green 98 ◦ blue 130

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

Shades of Wedgewood #476282

Tints of Wedgewood #476282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 23.75%
G = 32.78%
B = 43.48%

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

#476282 (or 0x476282) is known color: Wedgewood. HEX triplet: 47, 62 and 82. RGB value is (71,98,130). Sum of RGB (Red+Green+Blue) = 71+98+130=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #476282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476282 is #B89D7D. Grayscale: #5D5D5D. Windows color (decimal): -12098942 or 8544839. OLE color: 8544839.

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

Color convert

RGB 71 98 130 -
CMYK 0.45 0.25 0 0.49
HSL 212.54º 0.29% 0.39% -
HSV(B) 212.54º 0.45% 0.51% -
XYZ 11 11.69 22.8 -
YUV 93.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 71 98 130 0.45 0.25 0 0.49 212.54 0.29 0.39
Hex 47 62 82 2D 19 0 31 D5 1D 27
Octal 107 142 202 55 31 0 61 325 35 47
Binary 1000111 1100010 10000010 101101 11001 0 110001 11010101 11101 100111

Color Harmonies of #476282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476282

Black with #476282

Text Example


Text Example

White with #476282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476282; }

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

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

background-color css

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

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

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

border-color css

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

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

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