#4B718D

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

Shades of Wedgewood #4B718D

Tints of Wedgewood #4B718D

Color information

#4B718D (or 0x4B718D) is unknown color: approx Wedgewood. HEX triplet: 4B, 71 and 8D. RGB value is (75,113,141). Sum of RGB (Red+Green+Blue) = 75+113+141=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B718D is #B48E72. Grayscale: #686868. Windows color (decimal): -11832947 or 9269579. OLE color: 9269579.

HSL color Cylindrical-coordinate representation of color #4B718D: hue angle of 205.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B718D is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75113141-
CMYK0.470.2000.45
HSL205.45º30.56%42.35%-
HSV(B)205.45º46.81%55.29%-
XYZ13.6115.2327.42-
YUV104.83148.41106.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=22.80%
G=34.35%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751131410.470.2000.45205.4530.5642.35
Hex4B718D2F1402Dcd1f2a
Octal11316121557240553153752
Binary10010111110001100011011011111010001011011100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B718D; }

 p { color: rgb(75,113,141); }

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

<style>
 a { background-color: #4B718D; }

 a { background-color: rgb(75,113,141); }

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

<style>
 span { border-color: #4B718D; }

 span { border-color: rgb(75,113,141); }

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