#4B6386

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

Shades of Wedgewood #4B6386

Tints of Wedgewood #4B6386

Color information

#4B6386 (or 0x4B6386) is unknown color: approx Wedgewood. HEX triplet: 4B, 63 and 86. RGB value is (75,99,134). Sum of RGB (Red+Green+Blue) = 75+99+134=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #4B6386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6386 is #B49C79. Grayscale: #5F5F5F. Windows color (decimal): -11836538 or 8807243. OLE color: 8807243.

HSL color Cylindrical-coordinate representation of color #4B6386: hue angle of 215.59º degrees, saturation: 0.28, 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 #4B6386 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7599134-
CMYK0.440.2600.47
HSL215.59º28.23%40.98%-
HSV(B)215.59º44.03%52.55%-
XYZ11.6712.1424.28-
YUV95.81149.55113.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=24.35%
G=32.14%
B=43.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75991340.440.2600.47215.5928.2340.98
Hex4B63862C1A02Fd81c29
Octal11314320654320573303451
Binary10010111100011100001101011001101001011111101100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,134); }

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

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

 a { background-color: rgb(75,99,134); }

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

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

 span { border-color: rgb(75,99,134); }

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