#48708B

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

Shades of Wedgewood #48708B

Tints of Wedgewood #48708B

Color information

#48708B (or 0x48708B) is unknown color: approx Wedgewood. HEX triplet: 48, 70 and 8B. RGB value is (72,112,139). Sum of RGB (Red+Green+Blue) = 72+112+139=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #48708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48708B is #B78F74. Grayscale: #666666. Windows color (decimal): -12029813 or 9138248. OLE color: 9138248.

HSL color Cylindrical-coordinate representation of color #48708B: hue angle of 204.18º 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 #48708B is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72112139-
CMYK0.480.1900.45
HSL204.18º31.75%41.37%-
HSV(B)204.18º48.2%54.51%-
XYZ13.1314.8326.6-
YUV103.12148.25105.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=22.29%
G=34.67%
B=43.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721121390.480.1900.45204.1831.7541.37
Hex48708B301302Dcc2029
Octal11016021360230553144051
Binary100100011100001000101111000010011010110111001100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48708B; }

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

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

<style>
 a { background-color: #48708B; }

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

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

<style>
 span { border-color: #48708B; }

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

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