#48637F

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

Shades of Wedgewood #48637F

Tints of Wedgewood #48637F

Color information

#48637F (or 0x48637F) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 7F. RGB value is (72,99,127). Sum of RGB (Red+Green+Blue) = 72+99+127=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #48637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637F is #B79C80. Grayscale: #5D5D5D. Windows color (decimal): -12033153 or 8348488. OLE color: 8348488.

HSL color Cylindrical-coordinate representation of color #48637F: hue angle of 210.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48637F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7299127-
CMYK0.430.2200.50
HSL210.55º27.64%39.02%-
HSV(B)210.55º43.31%49.8%-
XYZ10.9711.8321.78-
YUV94.12146.55112.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 127 (50% from 255) = 42.62%
R=24.16%
G=33.22%
B=42.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72991270.430.2200.50210.5527.6439.02
Hex48637F2B16032d31c27
Octal11014317753260623233447
Binary1001000110001111111111010111011001100101101001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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