#48608C

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

Shades of Wedgewood #48608C

Tints of Wedgewood #48608C

Color information

#48608C (or 0x48608C) is unknown color: approx Wedgewood. HEX triplet: 48, 60 and 8C. RGB value is (72,96,140). Sum of RGB (Red+Green+Blue) = 72+96+140=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #48608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48608C is #B79F73. Grayscale: #5D5D5D. Windows color (decimal): -12033908 or 9199688. OLE color: 9199688.

HSL color Cylindrical-coordinate representation of color #48608C: hue angle of 218.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48608C is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7296140-
CMYK0.490.3100.45
HSL218.82º32.08%41.57%-
HSV(B)218.82º48.57%54.9%-
XYZ11.5911.6426.45-
YUV93.84154.05112.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=23.38%
G=31.17%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72961400.490.3100.45218.8232.0841.57
Hex48608C311F02Ddb202a
Octal11014021461370553334052
Binary100100011000001000110011000111111010110111011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48608C; }

 p { color: rgb(72,96,140); }

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

<style>
 a { background-color: #48608C; }

 a { background-color: rgb(72,96,140); }

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

<style>
 span { border-color: #48608C; }

 span { border-color: rgb(72,96,140); }

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