#4C6B83

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

Shades of Wedgewood #4C6B83

Tints of Wedgewood #4C6B83

Color information

#4C6B83 (or 0x4C6B83) is unknown color: approx Wedgewood. HEX triplet: 4C, 6B and 83. RGB value is (76,107,131). Sum of RGB (Red+Green+Blue) = 76+107+131=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C6B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6B83 is #B3947C. Grayscale: #646464. Windows color (decimal): -11768957 or 8612684. OLE color: 8612684.

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

Color convert

RGB76107131-
CMYK0.420.1800.49
HSL206.18º26.57%40.59%-
HSV(B)206.18º41.98%51.37%-
XYZ12.3313.6923.47-
YUV100.47145.23110.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=24.20%
G=34.08%
B=41.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761071310.420.1800.49206.1826.5740.59
Hex4C6B832A12031ce1b29
Octal11415320352220613163351
Binary10011001101011100000111010101001001100011100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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