#48698E

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

Shades of Wedgewood #48698E

Tints of Wedgewood #48698E

Color information

#48698E (or 0x48698E) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 8E. RGB value is (72,105,142). Sum of RGB (Red+Green+Blue) = 72+105+142=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #48698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48698E is #B79671. Grayscale: #636363. Windows color (decimal): -12031602 or 9333064. OLE color: 9333064.

HSL color Cylindrical-coordinate representation of color #48698E: hue angle of 211.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48698E is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72105142-
CMYK0.490.2600.44
HSL211.71º32.71%41.96%-
HSV(B)211.71º49.3%55.69%-
XYZ12.6113.4327.52-
YUV99.35152.07108.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=22.57%
G=32.92%
B=44.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721051420.490.2600.44211.7132.7141.96
Hex48698E311A02Cd4212a
Octal11015121661320543244152
Binary100100011010011000111011000111010010110011010100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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