#4C569B

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

Shades of Governor Bay #4C569B

Tints of Governor Bay #4C569B

Color information

#4C569B (or 0x4C569B) is unknown color: approx Governor Bay. HEX triplet: 4C, 56 and 9B. RGB value is (76,86,155). Sum of RGB (Red+Green+Blue) = 76+86+155=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C569B is #B3A964. Grayscale: #5A5A5A. Windows color (decimal): -11774309 or 10180172. OLE color: 10180172.

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

Color convert

RGB7686155-
CMYK0.510.4500.39
HSL232.41º34.2%45.29%-
HSV(B)232.41º50.97%60.78%-
XYZ12.2210.5632.4-
YUV90.88164.19117.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=23.97%
G=27.13%
B=48.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76861550.510.4500.39232.4134.245.29
Hex4C569B332D027e8222d
Octal11412623363550473504255
Binary1001100101011010011011110011101101010011111101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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