#48637C

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

Shades of Wedgewood #48637C

Tints of Wedgewood #48637C

Color information

#48637C (or 0x48637C) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 7C. RGB value is (72,99,124). Sum of RGB (Red+Green+Blue) = 72+99+124=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #48637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637C is #B79C83. Grayscale: #5D5D5D. Windows color (decimal): -12033156 or 8151880. OLE color: 8151880.

HSL color Cylindrical-coordinate representation of color #48637C: hue angle of 208.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48637C is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7299124-
CMYK0.420.2000.51
HSL208.85º26.53%38.43%-
HSV(B)208.85º41.94%48.63%-
XYZ10.7711.7620.77-
YUV93.78145.05112.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=24.41%
G=33.56%
B=42.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72991240.420.2000.51208.8526.5338.43
Hex48637C2A14033d11b26
Octal11014317452240633213346
Binary1001000110001111111001010101010001100111101000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48637C; }

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

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

<style>
 a { background-color: #48637C; }

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

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

<style>
 span { border-color: #48637C; }

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

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