Html Css Color HEX #486180 Wedgewood

📋 copy color: '#486180'

red 72 ◦ green 97 ◦ blue 128

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

Shades of Wedgewood #486180

Tints of Wedgewood #486180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 24.24%
G = 32.66%
B = 43.1%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#486180 (or 0x486180) is known color: Wedgewood. HEX triplet: 48, 61 and 80. RGB value is (72,97,128). Sum of RGB (Red+Green+Blue) = 72+97+128=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #486180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486180 is #B79E7F. Grayscale: #5C5C5C. Windows color (decimal): -12033664 or 8413512. OLE color: 8413512.

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

Color convert

RGB 72 97 128 -
CMYK 0.44 0.24 0 0.50
HSL 213.21º 0.28% 0.39% -
HSV(B) 213.21º 0.44% 0.5% -
XYZ 10.84 11.49 22.07 -
YUV 93.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 72 97 128 0.44 0.24 0 0.50 213.21 0.28 0.39
Hex 48 61 80 2C 18 0 32 D5 1C 27
Octal 110 141 200 54 30 0 62 325 34 47
Binary 1001000 1100001 10000000 101100 11000 0 110010 11010101 11100 100111

Color Harmonies of #486180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486180

Black with #486180

Text Example


Text Example

White with #486180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486180; }

 p { color: rgb(72,97,128); }

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

background-color css

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

 a { background-color: rgb(72,97,128); }

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

border-color css

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

 span { border-color: rgb(72,97,128); }

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