#4D6485

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

Shades of Wedgewood #4D6485

Tints of Wedgewood #4D6485

Color information

#4D6485 (or 0x4D6485) is unknown color: approx Wedgewood. HEX triplet: 4D, 64 and 85. RGB value is (77,100,133). Sum of RGB (Red+Green+Blue) = 77+100+133=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6485 is #B29B7A. Grayscale: #606060. Windows color (decimal): -11705211 or 8741965. OLE color: 8741965.

HSL color Cylindrical-coordinate representation of color #4D6485: hue angle of 215.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6485 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB77100133-
CMYK0.420.2500.48
HSL215.36º26.67%41.18%-
HSV(B)215.36º42.11%52.16%-
XYZ11.8512.3923.96-
YUV96.88148.38113.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.84%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=24.84%
G=32.26%
B=42.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771001330.420.2500.48215.3626.6741.18
Hex4D64852A19030d71b29
Octal11514420552310603273351
Binary10011011100100100001011010101100101100001101011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,100,133); }

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

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

 a { background-color: rgb(77,100,133); }

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

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

 span { border-color: rgb(77,100,133); }

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