#4D5893

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

Shades of Governor Bay #4D5893

Tints of Governor Bay #4D5893

Color information

#4D5893 (or 0x4D5893) is unknown color: approx Governor Bay. HEX triplet: 4D, 58 and 93. RGB value is (77,88,147). Sum of RGB (Red+Green+Blue) = 77+88+147=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5893 is #B2A76C. Grayscale: #5B5B5B. Windows color (decimal): -11708269 or 9656397. OLE color: 9656397.

HSL color Cylindrical-coordinate representation of color #4D5893: hue angle of 230.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D5893 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7788147-
CMYK0.480.4000.42
HSL230.57º31.25%43.92%-
HSV(B)230.57º47.62%57.65%-
XYZ11.8210.6629.04-
YUV91.44159.36117.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.68%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=24.68%
G=28.21%
B=47.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77881470.480.4000.42230.5731.2543.92
Hex4D5893302802Ae71f2c
Octal11513022360500523473754
Binary100110110110001001001111000010100001010101110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,147); }

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

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

 a { background-color: rgb(77,88,147); }

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

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

 span { border-color: rgb(77,88,147); }

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