#4D5392

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

Shades of Governor Bay #4D5392

Tints of Governor Bay #4D5392

Color information

#4D5392 (or 0x4D5392) is unknown color: approx Governor Bay. HEX triplet: 4D, 53 and 92. RGB value is (77,83,146). Sum of RGB (Red+Green+Blue) = 77+83+146=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D5392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5392 is #B2AC6D. Grayscale: #585858. Windows color (decimal): -11709550 or 9589581. OLE color: 9589581.

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

Color convert

RGB7783146-
CMYK0.470.4300.43
HSL234.78º30.94%43.73%-
HSV(B)234.78º47.26%57.25%-
XYZ11.349.8428.5-
YUV88.39160.51119.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.16%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=25.16%
G=27.12%
B=47.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77831460.470.4300.43234.7830.9443.73
Hex4D53922F2B02Beb1f2c
Octal11512322257530533533754
Binary100110110100111001001010111110101101010111110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,83,146); }

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

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

 a { background-color: rgb(77,83,146); }

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

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

 span { border-color: rgb(77,83,146); }

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