#4C4D8B

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

Shades of Governor Bay #4C4D8B

Tints of Governor Bay #4C4D8B

Color information

#4C4D8B (or 0x4C4D8B) is unknown color: approx Governor Bay. HEX triplet: 4C, 4D and 8B. RGB value is (76,77,139). Sum of RGB (Red+Green+Blue) = 76+77+139=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C4D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4D8B is #B3B274. Grayscale: #535353. Windows color (decimal): -11776629 or 9129292. OLE color: 9129292.

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

Color convert

RGB7677139-
CMYK0.450.4500.45
HSL239.05º29.3%42.16%-
HSV(B)239.05º45.32%54.51%-
XYZ10.298.7125.56-
YUV83.77159.17122.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=26.03%
G=26.37%
B=47.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76771390.450.4500.45239.0529.342.16
Hex4C4D8B2D2D02Def1d2a
Octal11411521355550553573552
Binary100110010011011000101110110110110101011011110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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