Html Css Color HEX #486981 Wedgewood

📋 copy color: '#486981'

red 72 ◦ green 105 ◦ blue 129

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

Shades of Wedgewood #486981

Tints of Wedgewood #486981

RGB

 RED value IS 72 (28.52% from 255) = 23.53%

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 23.53%
G = 34.31%
B = 42.16%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486981 (or 0x486981) is known color: Wedgewood. HEX triplet: 48, 69 and 81. RGB value is (72,105,129). Sum of RGB (Red+Green+Blue) = 72+105+129=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #486981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486981 is #B7967E. Grayscale: #616161. Windows color (decimal): -12031615 or 8481096. OLE color: 8481096.

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

Color convert

RGB 72 105 129 -
CMYK 0.44 0.19 0 0.49
HSL 205.26º 0.28% 0.39% -
HSV(B) 205.26º 0.44% 0.51% -
XYZ 11.69 13.07 22.67 -
YUV 97.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 72 105 129 0.44 0.19 0 0.49 205.26 0.28 0.39
Hex 48 69 81 2C 13 0 31 CD 1C 27
Octal 110 151 201 54 23 0 61 315 34 47
Binary 1001000 1101001 10000001 101100 10011 0 110001 11001101 11100 100111

Color Harmonies of #486981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486981

Black with #486981

Text Example


Text Example

White with #486981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486981; }

 p { color: rgb(72,105,129); }

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

background-color css

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

 a { background-color: rgb(72,105,129); }

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

border-color css

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

 span { border-color: rgb(72,105,129); }

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