#48637B

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

Shades of Wedgewood #48637B

Tints of Wedgewood #48637B

Color information

#48637B (or 0x48637B) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 7B. RGB value is (72,99,123). Sum of RGB (Red+Green+Blue) = 72+99+123=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #48637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637B is #B79C84. Grayscale: #5D5D5D. Windows color (decimal): -12033157 or 8086344. OLE color: 8086344.

HSL color Cylindrical-coordinate representation of color #48637B: hue angle of 208.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48637B is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7299123-
CMYK0.410.2000.52
HSL208.24º26.15%38.24%-
HSV(B)208.24º41.46%48.24%-
XYZ10.7111.7320.44-
YUV93.66144.55112.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=24.49%
G=33.67%
B=41.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72991230.410.2000.52208.2426.1538.24
Hex48637B2914034d01a26
Octal11014317351240643203246
Binary1001000110001111110111010011010001101001101000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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