#4C6B80

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

Shades of Wedgewood #4C6B80

Tints of Wedgewood #4C6B80

Color information

#4C6B80 (or 0x4C6B80) is unknown color: approx Wedgewood. HEX triplet: 4C, 6B and 80. RGB value is (76,107,128). Sum of RGB (Red+Green+Blue) = 76+107+128=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C6B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6B80 is #B3947F. Grayscale: #646464. Windows color (decimal): -11768960 or 8416076. OLE color: 8416076.

HSL color Cylindrical-coordinate representation of color #4C6B80: hue angle of 204.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6B80 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB76107128-
CMYK0.410.1600.50
HSL204.23º25.49%40%-
HSV(B)204.23º40.62%50.2%-
XYZ12.1313.6122.41-
YUV100.12143.73110.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=24.44%
G=34.41%
B=41.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761071280.410.1600.50204.2325.4940
Hex4C6B802910032cc1928
Octal11415320051200623143150
Binary10011001101011100000001010011000001100101100110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,107,128); }

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

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

 a { background-color: rgb(76,107,128); }

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

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

 span { border-color: rgb(76,107,128); }

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