#4D5C9B

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

Shades of Governor Bay #4D5C9B

Tints of Governor Bay #4D5C9B

Color information

#4D5C9B (or 0x4D5C9B) is unknown color: approx Governor Bay. HEX triplet: 4D, 5C and 9B. RGB value is (77,92,155). Sum of RGB (Red+Green+Blue) = 77+92+155=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D5C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5C9B is #B2A364. Grayscale: #5E5E5E. Windows color (decimal): -11707237 or 10181709. OLE color: 10181709.

HSL color Cylindrical-coordinate representation of color #4D5C9B: hue angle of 228.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D5C9B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7792155-
CMYK0.500.4100.39
HSL228.46º33.62%45.49%-
HSV(B)228.46º50.32%60.78%-
XYZ12.811.632.57-
YUV94.7162.03115.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=23.77%
G=28.40%
B=47.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77921550.500.4100.39228.4633.6245.49
Hex4D5C9B3229027e4222d
Octal11513423362510473444255
Binary1001101101110010011011110010101001010011111100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,92,155); }

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

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

 a { background-color: rgb(77,92,155); }

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

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

 span { border-color: rgb(77,92,155); }

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