#486B8B

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

Shades of Wedgewood #486B8B

Tints of Wedgewood #486B8B

Color information

#486B8B (or 0x486B8B) is unknown color: approx Wedgewood. HEX triplet: 48, 6B and 8B. RGB value is (72,107,139). Sum of RGB (Red+Green+Blue) = 72+107+139=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #486B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B8B is #B79474. Grayscale: #646464. Windows color (decimal): -12031093 or 9136968. OLE color: 9136968.

HSL color Cylindrical-coordinate representation of color #486B8B: hue angle of 208.66º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486B8B is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72107139-
CMYK0.480.2300.45
HSL208.66º31.75%41.37%-
HSV(B)208.66º48.2%54.51%-
XYZ12.5913.7626.42-
YUV100.18149.9107.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=22.64%
G=33.65%
B=43.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721071390.480.2300.45208.6631.7541.37
Hex486B8B301702Dd12029
Octal11015321360270553214051
Binary100100011010111000101111000010111010110111010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,139); }

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

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

 a { background-color: rgb(72,107,139); }

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

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

 span { border-color: rgb(72,107,139); }

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