#48698A

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

Shades of Wedgewood #48698A

Tints of Wedgewood #48698A

Color information

#48698A (or 0x48698A) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 8A. RGB value is (72,105,138). Sum of RGB (Red+Green+Blue) = 72+105+138=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #48698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48698A is #B79675. Grayscale: #626262. Windows color (decimal): -12031606 or 9070920. OLE color: 9070920.

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

Color convert

RGB72105138-
CMYK0.480.2400.46
HSL210º31.43%41.18%-
HSV(B)210º47.83%54.12%-
XYZ12.3113.3225.97-
YUV98.9150.07108.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=22.86%
G=33.33%
B=43.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721051380.480.2400.4621031.4341.18
Hex48698A301802Ed21f29
Octal11015121260300563223751
Binary10010001101001100010101100001100001011101101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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