#4c579a

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

Shades of Governor Bay #4C579A

Tints of Governor Bay #4C579A

Color information

#4C579A (or 0x4C579A) is unknown color: approx Governor Bay. HEX triplet: 4C, 57 and 9A. RGB value is (76,87,154). Sum of RGB (Red+Green+Blue) = 76+87+154=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C579A is #B3A865. Grayscale: #5B5B5B. Windows color (decimal): -11774054 or 10114892. OLE color: 10114892.

HSL color Cylindrical-coordinate representation of color #4C579A: hue angle of 231.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C579A is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7687154-
CMYK0.510.4400.40
HSL231.54º33.91%45.1%-
HSV(B)231.54º50.65%60.39%-
XYZ12.2210.6931.99-
YUV91.35163.36117.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=23.97%
G=27.44%
B=48.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal76871540.510.4400.40231.5433.9145.1
Hex4C579A332C028e8222d
Octal11412723263540503504255
Binary1001100101011110011010110011101100010100011101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c579a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,154); }

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

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

 a { background-color: rgb(76,87,154); }

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

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

 span { border-color: rgb(76,87,154); }

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