#4C6888

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

Shades of Wedgewood #4C6888

Tints of Wedgewood #4C6888

Color information

#4C6888 (or 0x4C6888) is unknown color: approx Wedgewood. HEX triplet: 4C, 68 and 88. RGB value is (76,104,136). Sum of RGB (Red+Green+Blue) = 76+104+136=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C6888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6888 is #B39777. Grayscale: #636363. Windows color (decimal): -11769720 or 8939596. OLE color: 8939596.

HSL color Cylindrical-coordinate representation of color #4C6888: hue angle of 212º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C6888 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB76104136-
CMYK0.440.2400.47
HSL212º28.3%41.57%-
HSV(B)212º44.12%53.33%-
XYZ12.3713.2125.19-
YUV99.28148.72111.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=24.05%
G=32.91%
B=43.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761041360.440.2400.4721228.341.57
Hex4C68882C1802Fd41c2a
Octal11415021054300573243452
Binary10011001101000100010001011001100001011111101010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,136); }

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

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

 a { background-color: rgb(76,104,136); }

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

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

 span { border-color: rgb(76,104,136); }

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