#4C5688

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

Shades of Governor Bay #4C5688

Tints of Governor Bay #4C5688

Color information

#4C5688 (or 0x4C5688) is unknown color: approx Governor Bay. HEX triplet: 4C, 56 and 88. RGB value is (76,86,136). Sum of RGB (Red+Green+Blue) = 76+86+136=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C5688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5688 is #B3A977. Grayscale: #585858. Windows color (decimal): -11774328 or 8934988. OLE color: 8934988.

HSL color Cylindrical-coordinate representation of color #4C5688: hue angle of 230º 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 #4C5688 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7686136-
CMYK0.440.3700.47
HSL230º28.3%41.57%-
HSV(B)230º44.12%53.33%-
XYZ10.759.9724.65-
YUV88.71154.69118.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=25.50%
G=28.86%
B=45.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76861360.440.3700.4723028.341.57
Hex4C56882C2502Fe61c2a
Octal11412621054450573463452
Binary100110010101101000100010110010010101011111110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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