#4B708C

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

Shades of Wedgewood #4B708C

Tints of Wedgewood #4B708C

Color information

#4B708C (or 0x4B708C) is unknown color: approx Wedgewood. HEX triplet: 4B, 70 and 8C. RGB value is (75,112,140). Sum of RGB (Red+Green+Blue) = 75+112+140=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B708C is #B48F73. Grayscale: #676767. Windows color (decimal): -11833204 or 9203787. OLE color: 9203787.

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

Color convert

RGB75112140-
CMYK0.460.2000.45
HSL205.85º30.23%42.16%-
HSV(B)205.85º46.43%54.9%-
XYZ13.4314.9826.99-
YUV104.13148.24107.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=22.94%
G=34.25%
B=42.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751121400.460.2000.45205.8530.2342.16
Hex4B708C2E1402Dce1e2a
Octal11316021456240553163652
Binary10010111110000100011001011101010001011011100111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,140); }

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

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

 a { background-color: rgb(75,112,140); }

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

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

 span { border-color: rgb(75,112,140); }

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