#4B6587

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

Shades of Wedgewood #4B6587

Tints of Wedgewood #4B6587

Color information

#4B6587 (or 0x4B6587) is unknown color: approx Wedgewood. HEX triplet: 4B, 65 and 87. RGB value is (75,101,135). Sum of RGB (Red+Green+Blue) = 75+101+135=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B6587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6587 is #B49A78. Grayscale: #606060. Windows color (decimal): -11836025 or 8873291. OLE color: 8873291.

HSL color Cylindrical-coordinate representation of color #4B6587: hue angle of 214º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6587 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB75101135-
CMYK0.440.2500.47
HSL214º28.57%41.18%-
HSV(B)214º44.44%52.94%-
XYZ11.9312.5524.72-
YUV97.1149.39112.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=24.12%
G=32.48%
B=43.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751011350.440.2500.4721428.5741.18
Hex4B65872C1902Fd61d29
Octal11314520754310573263551
Binary10010111100101100001111011001100101011111101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,135); }

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

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

 a { background-color: rgb(75,101,135); }

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

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

 span { border-color: rgb(75,101,135); }

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