#4B6785

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

Shades of Wedgewood #4B6785

Tints of Wedgewood #4B6785

Color information

#4B6785 (or 0x4B6785) is unknown color: approx Wedgewood. HEX triplet: 4B, 67 and 85. RGB value is (75,103,133). Sum of RGB (Red+Green+Blue) = 75+103+133=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6785 is #B4987A. Grayscale: #616161. Windows color (decimal): -11835515 or 8742731. OLE color: 8742731.

HSL color Cylindrical-coordinate representation of color #4B6785: hue angle of 211.03º 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 #4B6785 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75103133-
CMYK0.440.2300.48
HSL211.03º27.88%40.78%-
HSV(B)211.03º43.61%52.16%-
XYZ11.9912.8924.05-
YUV98.05147.72111.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=24.12%
G=33.12%
B=42.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751031330.440.2300.48211.0327.8840.78
Hex4B67852C17030d31c29
Octal11314720554270603233451
Binary10010111100111100001011011001011101100001101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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