#48627E

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

Shades of Wedgewood #48627E

Tints of Wedgewood #48627E

Color information

#48627E (or 0x48627E) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 7E. RGB value is (72,98,126). Sum of RGB (Red+Green+Blue) = 72+98+126=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #48627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48627E is #B79D81. Grayscale: #5D5D5D. Windows color (decimal): -12033410 or 8282696. OLE color: 8282696.

HSL color Cylindrical-coordinate representation of color #48627E: hue angle of 211.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48627E is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7298126-
CMYK0.430.2200.51
HSL211.11º27.27%38.82%-
HSV(B)211.11º42.86%49.41%-
XYZ10.8111.6221.41-
YUV93.42146.39112.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 126 (49.61% from 255) = 42.57%
R=24.32%
G=33.11%
B=42.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72981260.430.2200.51211.1127.2738.82
Hex48627E2B16033d31b27
Octal11014217653260633233347
Binary1001000110001011111101010111011001100111101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48627E; }

 p { color: rgb(72,98,126); }

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

<style>
 a { background-color: #48627E; }

 a { background-color: rgb(72,98,126); }

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

<style>
 span { border-color: #48627E; }

 span { border-color: rgb(72,98,126); }

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