#48698B

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

Shades of Wedgewood #48698B

Tints of Wedgewood #48698B

Color information

#48698B (or 0x48698B) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 8B. RGB value is (72,105,139). Sum of RGB (Red+Green+Blue) = 72+105+139=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #48698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48698B is #B79674. Grayscale: #626262. Windows color (decimal): -12031605 or 9136456. OLE color: 9136456.

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

Color convert

RGB72105139-
CMYK0.480.2400.45
HSL210.45º31.75%41.37%-
HSV(B)210.45º48.2%54.51%-
XYZ12.3813.3426.35-
YUV99.01150.57108.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=22.78%
G=33.23%
B=43.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721051390.480.2400.45210.4531.7541.37
Hex48698B301802Dd22029
Octal11015121360300553224051
Binary100100011010011000101111000011000010110111010010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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