#48657F

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

Shades of Wedgewood #48657F

Tints of Wedgewood #48657F

Color information

#48657F (or 0x48657F) is unknown color: approx Wedgewood. HEX triplet: 48, 65 and 7F. RGB value is (72,101,127). Sum of RGB (Red+Green+Blue) = 72+101+127=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #48657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48657F is #B79A80. Grayscale: #5F5F5F. Windows color (decimal): -12032641 or 8349000. OLE color: 8349000.

HSL color Cylindrical-coordinate representation of color #48657F: hue angle of 208.36º 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 #48657F is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72101127-
CMYK0.430.2000.50
HSL208.36º27.64%39.02%-
HSV(B)208.36º43.31%49.8%-
XYZ11.1612.2221.85-
YUV95.29145.89111.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 127 (50% from 255) = 42.33%
R=24%
G=33.67%
B=42.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721011270.430.2000.50208.3627.6439.02
Hex48657F2B14032d01c27
Octal11014517753240623203447
Binary1001000110010111111111010111010001100101101000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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