#48688B

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

Shades of Wedgewood #48688B

Tints of Wedgewood #48688B

Color information

#48688B (or 0x48688B) is unknown color: approx Wedgewood. HEX triplet: 48, 68 and 8B. RGB value is (72,104,139). Sum of RGB (Red+Green+Blue) = 72+104+139=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #48688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48688B is #B79774. Grayscale: #626262. Windows color (decimal): -12031861 or 9136200. OLE color: 9136200.

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

Color convert

RGB72104139-
CMYK0.480.2500.45
HSL211.34º31.75%41.37%-
HSV(B)211.34º48.2%54.51%-
XYZ12.2813.1426.32-
YUV98.42150.9109.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=22.86%
G=33.02%
B=44.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721041390.480.2500.45211.3431.7541.37
Hex48688B301902Dd32029
Octal11015021360310553234051
Binary100100011010001000101111000011001010110111010011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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