#48628A

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

Shades of Wedgewood #48628A

Tints of Wedgewood #48628A

Color information

#48628A (or 0x48628A) is unknown color: approx Wedgewood. HEX triplet: 48, 62 and 8A. RGB value is (72,98,138). Sum of RGB (Red+Green+Blue) = 72+98+138=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #48628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48628A is #B79D75. Grayscale: #5E5E5E. Windows color (decimal): -12033398 or 9069128. OLE color: 9069128.

HSL color Cylindrical-coordinate representation of color #48628A: hue angle of 216.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48628A is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7298138-
CMYK0.480.2900.46
HSL216.36º31.43%41.18%-
HSV(B)216.36º47.83%54.12%-
XYZ11.6311.9525.74-
YUV94.79152.39111.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=23.38%
G=31.82%
B=44.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72981380.480.2900.46216.3631.4341.18
Hex48628A301D02Ed81f29
Octal11014221260350563303751
Binary10010001100010100010101100001110101011101101100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48628A; }

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

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

<style>
 a { background-color: #48628A; }

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

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

<style>
 span { border-color: #48628A; }

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

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