#486F94

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

Shades of Wedgewood #486F94

Tints of Wedgewood #486F94

Color information

#486F94 (or 0x486F94) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 94. RGB value is (72,111,148). Sum of RGB (Red+Green+Blue) = 72+111+148=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #486F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F94 is #B7906B. Grayscale: #676767. Windows color (decimal): -12030060 or 9727816. OLE color: 9727816.

HSL color Cylindrical-coordinate representation of color #486F94: hue angle of 209.21º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486F94 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72111148-
CMYK0.510.2500.42
HSL209.21º34.55%43.14%-
HSV(B)209.21º51.35%58.04%-
XYZ13.714.8830.17-
YUV103.56153.08105.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=21.75%
G=33.53%
B=44.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721111480.510.2500.42209.2134.5543.14
Hex486F94331902Ad1232b
Octal11015722463310523214353
Binary100100011011111001010011001111001010101011010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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