#4B6589

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

Shades of Wedgewood #4B6589

Tints of Wedgewood #4B6589

Color information

#4B6589 (or 0x4B6589) is unknown color: approx Wedgewood. HEX triplet: 4B, 65 and 89. RGB value is (75,101,137). Sum of RGB (Red+Green+Blue) = 75+101+137=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6589 is #B49A76. Grayscale: #616161. Windows color (decimal): -11836023 or 9004363. OLE color: 9004363.

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

Color convert

RGB75101137-
CMYK0.450.2600.46
HSL214.84º29.25%41.57%-
HSV(B)214.84º45.26%53.73%-
XYZ12.0712.6125.46-
YUV97.33150.39112.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=23.96%
G=32.27%
B=43.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751011370.450.2600.46214.8429.2541.57
Hex4B65892D1A02Ed71d2a
Octal11314521155320563273552
Binary10010111100101100010011011011101001011101101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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