#50748B

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

Shades of Wedgewood #50748B

Tints of Wedgewood #50748B

Color information

#50748B (or 0x50748B) is unknown color: approx Wedgewood. HEX triplet: 50, 74 and 8B. RGB value is (80,116,139). Sum of RGB (Red+Green+Blue) = 80+116+139=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #50748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50748B is #AF8B74. Grayscale: #6B6B6B. Windows color (decimal): -11504501 or 9139280. OLE color: 9139280.

HSL color Cylindrical-coordinate representation of color #50748B: hue angle of 203.39º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50748B is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80116139-
CMYK0.420.1700.45
HSL203.39º26.94%42.94%-
HSV(B)203.39º42.45%54.51%-
XYZ14.2116.0626.78-
YUV107.86145.57108.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=23.88%
G=34.63%
B=41.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801161390.420.1700.45203.3926.9442.94
Hex50748B2A1102Dcb1b2b
Octal12016421352210553133353
Binary10100001110100100010111010101000101011011100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,116,139); }

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

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

 a { background-color: rgb(80,116,139); }

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

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

 span { border-color: rgb(80,116,139); }

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