#486F92

Color #486F92 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #486F92

Tints of Wedgewood #486F92

Color information

#486F92 (or 0x486F92) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 92. RGB value is (72,111,146). Sum of RGB (Red+Green+Blue) = 72+111+146=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #486F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F92 is #B7906D. Grayscale: #676767. Windows color (decimal): -12030062 or 9596744. OLE color: 9596744.

HSL color Cylindrical-coordinate representation of color #486F92: hue angle of 208.38º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486F92 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72111146-
CMYK0.510.2400.43
HSL208.38º33.94%42.75%-
HSV(B)208.38º50.68%57.25%-
XYZ13.5514.8229.34-
YUV103.33152.08105.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=21.88%
G=33.74%
B=44.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721111460.510.2400.43208.3833.9442.75
Hex486F92331802Bd0222b
Octal11015722263300533204253
Binary100100011011111001001011001111000010101111010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F92; }

 p { color: rgb(72,111,146); }

 H1.HeaderClassName
 {
   color: #486F92;
 }
 .AnyTagClassName
 {
   color: #486F92;
 }
</style>
background-color css

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

 a { background-color: rgb(72,111,146); }

 div.DivClassName
 {
   background-color: #486F92;
 }
 .BgClassName
 {
   background-color: #486F92;
 }
</style>
border-color css

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

 span { border-color: rgb(72,111,146); }

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