Html Css Color HEX #476281 Wedgewood

📋 copy color: '#476281'

red 71 ◦ green 98 ◦ blue 129

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

Shades of Wedgewood #476281

Tints of Wedgewood #476281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 23.83%
G = 32.89%
B = 43.29%

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

#476281 (or 0x476281) is known color: Wedgewood. HEX triplet: 47, 62 and 81. RGB value is (71,98,129). Sum of RGB (Red+Green+Blue) = 71+98+129=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #476281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476281 is #B89D7E. Grayscale: #5D5D5D. Windows color (decimal): -12098943 or 8479303. OLE color: 8479303.

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

Color convert

RGB 71 98 129 -
CMYK 0.45 0.24 0 0.49
HSL 212.07º 0.29% 0.39% -
HSV(B) 212.07º 0.45% 0.51% -
XYZ 10.93 11.66 22.44 -
YUV 93.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 71 98 129 0.45 0.24 0 0.49 212.07 0.29 0.39
Hex 47 62 81 2D 18 0 31 D4 1D 27
Octal 107 142 201 55 30 0 61 324 35 47
Binary 1000111 1100010 10000001 101101 11000 0 110001 11010100 11101 100111

Color Harmonies of #476281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476281

Black with #476281

Text Example


Text Example

White with #476281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476281; }

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

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

background-color css

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

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

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

border-color css

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

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

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