#4C589E

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

Shades of Governor Bay #4C589E

Tints of Governor Bay #4C589E

Color information

#4C589E (or 0x4C589E) is unknown color: approx Governor Bay. HEX triplet: 4C, 58 and 9E. RGB value is (76,88,158). Sum of RGB (Red+Green+Blue) = 76+88+158=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C589E is #B3A761. Grayscale: #5C5C5C. Windows color (decimal): -11773794 or 10377292. OLE color: 10377292.

HSL color Cylindrical-coordinate representation of color #4C589E: hue angle of 231.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C589E is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7688158-
CMYK0.520.4400.38
HSL231.22º35.04%45.88%-
HSV(B)231.22º51.9%61.96%-
XYZ12.6410.9833.8-
YUV92.39165.02116.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=23.60%
G=27.33%
B=49.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76881580.520.4400.38231.2235.0445.88
Hex4C589E342C026e7232e
Octal11413023664540463474356
Binary1001100101100010011110110100101100010011011100111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,88,158); }

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

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

 a { background-color: rgb(76,88,158); }

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

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

 span { border-color: rgb(76,88,158); }

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