#4C5285

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

Shades of Governor Bay #4C5285

Tints of Governor Bay #4C5285

Color information

#4C5285 (or 0x4C5285) is unknown color: approx Governor Bay. HEX triplet: 4C, 52 and 85. RGB value is (76,82,133). Sum of RGB (Red+Green+Blue) = 76+82+133=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C5285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5285 is #B3AD7A. Grayscale: #555555. Windows color (decimal): -11775355 or 8737356. OLE color: 8737356.

HSL color Cylindrical-coordinate representation of color #4C5285: hue angle of 233.68º 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 #4C5285 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7682133-
CMYK0.430.3800.48
HSL233.68º27.27%40.98%-
HSV(B)233.68º42.86%52.16%-
XYZ10.239.2623.44-
YUV86.02154.51120.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=26.12%
G=28.18%
B=45.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76821330.430.3800.48233.6827.2740.98
Hex4C52852B26030ea1b29
Octal11412220553460603523351
Binary100110010100101000010110101110011001100001110101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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