#486F90

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

Shades of Wedgewood #486F90

Tints of Wedgewood #486F90

Color information

#486F90 (or 0x486F90) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 90. RGB value is (72,111,144). Sum of RGB (Red+Green+Blue) = 72+111+144=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #486F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F90 is #B7906F. Grayscale: #666666. Windows color (decimal): -12030064 or 9465672. OLE color: 9465672.

HSL color Cylindrical-coordinate representation of color #486F90: hue angle of 207.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486F90 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72111144-
CMYK0.500.2300.44
HSL207.5º33.33%42.35%-
HSV(B)207.5º50%56.47%-
XYZ13.3914.7628.53-
YUV103.1151.08105.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=22.02%
G=33.94%
B=44.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721111440.500.2300.44207.533.3342.35
Hex486F90321702Cd0212a
Octal11015722062270543204152
Binary100100011011111001000011001010111010110011010000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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