#4C518E

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

Shades of Governor Bay #4C518E

Tints of Governor Bay #4C518E

Color information

#4C518E (or 0x4C518E) is unknown color: approx Governor Bay. HEX triplet: 4C, 51 and 8E. RGB value is (76,81,142). Sum of RGB (Red+Green+Blue) = 76+81+142=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C518E is #B3AE71. Grayscale: #565656. Windows color (decimal): -11775602 or 9326924. OLE color: 9326924.

HSL color Cylindrical-coordinate representation of color #4C518E: hue angle of 235.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C518E is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7681142-
CMYK0.460.4300.44
HSL235.45º30.28%42.75%-
HSV(B)235.45º46.48%55.69%-
XYZ10.819.3726.83-
YUV86.46159.34120.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=25.42%
G=27.09%
B=47.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76811420.460.4300.44235.4530.2842.75
Hex4C518E2E2B02Ceb1e2b
Octal11412121656530543533653
Binary100110010100011000111010111010101101011001110101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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