#4C5085

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

Shades of Governor Bay #4C5085

Tints of Governor Bay #4C5085

Color information

#4C5085 (or 0x4C5085) is unknown color: approx Governor Bay. HEX triplet: 4C, 50 and 85. RGB value is (76,80,133). Sum of RGB (Red+Green+Blue) = 76+80+133=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C5085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5085 is #B3AF7A. Grayscale: #545454. Windows color (decimal): -11775867 or 8736844. OLE color: 8736844.

HSL color Cylindrical-coordinate representation of color #4C5085: hue angle of 235.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C5085 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7680133-
CMYK0.430.4000.48
HSL235.79º27.27%40.98%-
HSV(B)235.79º42.86%52.16%-
XYZ10.088.9723.39-
YUV84.85155.17121.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=26.30%
G=27.68%
B=46.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76801330.430.4000.48235.7927.2740.98
Hex4C50852B28030ec1b29
Octal11412020553500603543351
Binary100110010100001000010110101110100001100001110110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,133); }

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

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

 a { background-color: rgb(76,80,133); }

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

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

 span { border-color: rgb(76,80,133); }

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