#4B7085

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

Shades of Wedgewood #4B7085

Tints of Wedgewood #4B7085

Color information

#4B7085 (or 0x4B7085) is unknown color: approx Wedgewood. HEX triplet: 4B, 70 and 85. RGB value is (75,112,133). Sum of RGB (Red+Green+Blue) = 75+112+133=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B7085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7085 is #B48F7A. Grayscale: #676767. Windows color (decimal): -11833211 or 8745035. OLE color: 8745035.

HSL color Cylindrical-coordinate representation of color #4B7085: hue angle of 201.72º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7085 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75112133-
CMYK0.440.1600.48
HSL201.72º27.88%40.78%-
HSV(B)201.72º43.61%52.16%-
XYZ12.9314.7824.36-
YUV103.33144.74107.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.44%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=23.44%
G=35%
B=41.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751121330.440.1600.48201.7227.8840.78
Hex4B70852C10030ca1c29
Octal11316020554200603123451
Binary10010111110000100001011011001000001100001100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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