#4B6789

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

Shades of Wedgewood #4B6789

Tints of Wedgewood #4B6789

Color information

#4B6789 (or 0x4B6789) is unknown color: approx Wedgewood. HEX triplet: 4B, 67 and 89. RGB value is (75,103,137). Sum of RGB (Red+Green+Blue) = 75+103+137=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6789 is #B49876. Grayscale: #626262. Windows color (decimal): -11835511 or 9004875. OLE color: 9004875.

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

Color convert

RGB75103137-
CMYK0.450.2500.46
HSL212.9º29.25%41.57%-
HSV(B)212.9º45.26%53.73%-
XYZ12.271325.53-
YUV98.5149.72111.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=23.81%
G=32.70%
B=43.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751031370.450.2500.46212.929.2541.57
Hex4B67892D1902Ed51d2a
Octal11314721155310563253552
Binary10010111100111100010011011011100101011101101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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