#4C6C81

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

Shades of Wedgewood #4C6C81

Tints of Wedgewood #4C6C81

Color information

#4C6C81 (or 0x4C6C81) is unknown color: approx Wedgewood. HEX triplet: 4C, 6C and 81. RGB value is (76,108,129). Sum of RGB (Red+Green+Blue) = 76+108+129=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #4C6C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6C81 is #B3937E. Grayscale: #646464. Windows color (decimal): -11768703 or 8481868. OLE color: 8481868.

HSL color Cylindrical-coordinate representation of color #4C6C81: hue angle of 203.77º 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 #4C6C81 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB76108129-
CMYK0.410.1600.49
HSL203.77º25.85%40.2%-
HSV(B)203.77º41.09%50.59%-
XYZ12.3113.8522.79-
YUV100.83143.9110.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=24.28%
G=34.50%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761081290.410.1600.49203.7725.8540.2
Hex4C6C812910031cc1a28
Octal11415420151200613143250
Binary10011001101100100000011010011000001100011100110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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