#4E6484

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

Shades of Wedgewood #4E6484

Tints of Wedgewood #4E6484

Color information

#4E6484 (or 0x4E6484) is unknown color: approx Wedgewood. HEX triplet: 4E, 64 and 84. RGB value is (78,100,132). Sum of RGB (Red+Green+Blue) = 78+100+132=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6484 is #B19B7B. Grayscale: #606060. Windows color (decimal): -11639676 or 8676430. OLE color: 8676430.

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

Color convert

RGB78100132-
CMYK0.410.2400.48
HSL215.56º25.71%41.18%-
HSV(B)215.56º40.91%51.76%-
XYZ11.8612.423.6-
YUV97.07147.71114.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=25.16%
G=32.26%
B=42.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781001320.410.2400.48215.5625.7141.18
Hex4E64842918030d81a29
Octal11614420451300603303251
Binary10011101100100100001001010011100001100001101100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,132); }

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

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

 a { background-color: rgb(78,100,132); }

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

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

 span { border-color: rgb(78,100,132); }

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