#4C6281

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

Shades of Wedgewood #4C6281

Tints of Wedgewood #4C6281

Color information

#4C6281 (or 0x4C6281) is unknown color: approx Wedgewood. HEX triplet: 4C, 62 and 81. RGB value is (76,98,129). Sum of RGB (Red+Green+Blue) = 76+98+129=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6281 is #B39D7E. Grayscale: #5E5E5E. Windows color (decimal): -11771263 or 8479308. OLE color: 8479308.

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

Color convert

RGB7698129-
CMYK0.410.2400.49
HSL215.09º25.85%40.2%-
HSV(B)215.09º41.09%50.59%-
XYZ11.3111.8622.46-
YUV94.96147.21114.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=25.08%
G=32.34%
B=42.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76981290.410.2400.49215.0925.8540.2
Hex4C62812918031d71a28
Octal11414220151300613273250
Binary10011001100010100000011010011100001100011101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,129); }

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

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

 a { background-color: rgb(76,98,129); }

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

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

 span { border-color: rgb(76,98,129); }

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