#48678A

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

Shades of Wedgewood #48678A

Tints of Wedgewood #48678A

Color information

#48678A (or 0x48678A) is unknown color: approx Wedgewood. HEX triplet: 48, 67 and 8A. RGB value is (72,103,138). Sum of RGB (Red+Green+Blue) = 72+103+138=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #48678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48678A is #B79875. Grayscale: #616161. Windows color (decimal): -12032118 or 9070408. OLE color: 9070408.

HSL color Cylindrical-coordinate representation of color #48678A: hue angle of 211.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48678A is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72103138-
CMYK0.480.2500.46
HSL211.82º31.43%41.18%-
HSV(B)211.82º47.83%54.12%-
XYZ12.1112.9125.9-
YUV97.72150.73109.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=23.00%
G=32.91%
B=44.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721031380.480.2500.46211.8231.4341.18
Hex48678A301902Ed41f29
Octal11014721260310563243751
Binary10010001100111100010101100001100101011101101010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48678A; }

 p { color: rgb(72,103,138); }

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

<style>
 a { background-color: #48678A; }

 a { background-color: rgb(72,103,138); }

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

<style>
 span { border-color: #48678A; }

 span { border-color: rgb(72,103,138); }

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