#4B6D89

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

Shades of Wedgewood #4B6D89

Tints of Wedgewood #4B6D89

Color information

#4B6D89 (or 0x4B6D89) is unknown color: approx Wedgewood. HEX triplet: 4B, 6D and 89. RGB value is (75,109,137). Sum of RGB (Red+Green+Blue) = 75+109+137=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B6D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6D89 is #B49276. Grayscale: #656565. Windows color (decimal): -11833975 or 9006411. OLE color: 9006411.

HSL color Cylindrical-coordinate representation of color #4B6D89: hue angle of 207.1º 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 #4B6D89 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB75109137-
CMYK0.450.2000.46
HSL207.1º29.25%41.57%-
HSV(B)207.1º45.26%53.73%-
XYZ12.8914.2425.74-
YUV102.03147.74108.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=23.36%
G=33.96%
B=42.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751091370.450.2000.46207.129.2541.57
Hex4B6D892D1402Ecf1d2a
Octal11315521155240563173552
Binary10010111101101100010011011011010001011101100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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