#4B658E

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

Shades of Wedgewood #4B658E

Tints of Wedgewood #4B658E

Color information

#4B658E (or 0x4B658E) is unknown color: approx Wedgewood. HEX triplet: 4B, 65 and 8E. RGB value is (75,101,142). Sum of RGB (Red+Green+Blue) = 75+101+142=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B658E is #B49A71. Grayscale: #616161. Windows color (decimal): -11836018 or 9332043. OLE color: 9332043.

HSL color Cylindrical-coordinate representation of color #4B658E: hue angle of 216.72º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B658E is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75101142-
CMYK0.470.2900.44
HSL216.72º30.88%42.55%-
HSV(B)216.72º47.18%55.69%-
XYZ12.4412.7627.4-
YUV97.9152.89111.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.58%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=23.58%
G=31.76%
B=44.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751011420.470.2900.44216.7230.8842.55
Hex4B658E2F1D02Cd91f2b
Octal11314521657350543313753
Binary10010111100101100011101011111110101011001101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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