#4B648A

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

Shades of Wedgewood #4B648A

Tints of Wedgewood #4B648A

Color information

#4B648A (or 0x4B648A) is unknown color: approx Wedgewood. HEX triplet: 4B, 64 and 8A. RGB value is (75,100,138). Sum of RGB (Red+Green+Blue) = 75+100+138=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B648A is #B49B75. Grayscale: #606060. Windows color (decimal): -11836278 or 9069643. OLE color: 9069643.

HSL color Cylindrical-coordinate representation of color #4B648A: hue angle of 216.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B648A is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB75100138-
CMYK0.460.2800.46
HSL216.19º29.58%41.76%-
HSV(B)216.19º45.65%54.12%-
XYZ12.0512.4525.81-
YUV96.86151.22112.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=23.96%
G=31.95%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751001380.460.2800.46216.1929.5841.76
Hex4B648A2E1C02Ed81e2a
Octal11314421256340563303652
Binary10010111100100100010101011101110001011101101100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,138); }

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

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

 a { background-color: rgb(75,100,138); }

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

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

 span { border-color: rgb(75,100,138); }

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