#4C518B

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

Shades of Governor Bay #4C518B

Tints of Governor Bay #4C518B

Color information

#4C518B (or 0x4C518B) is unknown color: approx Governor Bay. HEX triplet: 4C, 51 and 8B. RGB value is (76,81,139). Sum of RGB (Red+Green+Blue) = 76+81+139=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C518B is #B3AE74. Grayscale: #555555. Windows color (decimal): -11775605 or 9130316. OLE color: 9130316.

HSL color Cylindrical-coordinate representation of color #4C518B: hue angle of 235.24º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C518B is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7681139-
CMYK0.450.4200.45
HSL235.24º29.3%42.16%-
HSV(B)235.24º45.32%54.51%-
XYZ10.589.2925.66-
YUV86.12157.84120.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=25.68%
G=27.36%
B=46.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76811390.450.4200.45235.2429.342.16
Hex4C518B2D2A02Deb1d2a
Octal11412121355520553533552
Binary100110010100011000101110110110101001011011110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,139); }

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

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

 a { background-color: rgb(76,81,139); }

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

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

 span { border-color: rgb(76,81,139); }

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