#486F95

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

Shades of Wedgewood #486F95

Tints of Wedgewood #486F95

Color information

#486F95 (or 0x486F95) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 95. RGB value is (72,111,149). Sum of RGB (Red+Green+Blue) = 72+111+149=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #486F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F95 is #B7906A. Grayscale: #676767. Windows color (decimal): -12030059 or 9793352. OLE color: 9793352.

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

Color convert

RGB72111149-
CMYK0.520.2600.42
HSL209.61º34.84%43.33%-
HSV(B)209.61º51.68%58.43%-
XYZ13.7814.9230.59-
YUV103.67153.58105.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=21.69%
G=33.43%
B=44.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721111490.520.2600.42209.6134.8443.33
Hex486F95341A02Ad2232b
Octal11015722564320523224353
Binary100100011011111001010111010011010010101011010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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