#48638A

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

Shades of Wedgewood #48638A

Tints of Wedgewood #48638A

Color information

#48638A (or 0x48638A) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 8A. RGB value is (72,99,138). Sum of RGB (Red+Green+Blue) = 72+99+138=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #48638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48638A is #B79C75. Grayscale: #5F5F5F. Windows color (decimal): -12033142 or 9069384. OLE color: 9069384.

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

Color convert

RGB7299138-
CMYK0.480.2800.46
HSL215.45º31.43%41.18%-
HSV(B)215.45º47.83%54.12%-
XYZ11.7212.1425.77-
YUV95.37152.05111.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=23.30%
G=32.04%
B=44.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72991380.480.2800.46215.4531.4341.18
Hex48638A301C02Ed71f29
Octal11014321260340563273751
Binary10010001100011100010101100001110001011101101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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