#4D598D

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

Shades of Governor Bay #4D598D

Tints of Governor Bay #4D598D

Color information

#4D598D (or 0x4D598D) is unknown color: approx Governor Bay. HEX triplet: 4D, 59 and 8D. RGB value is (77,89,141). Sum of RGB (Red+Green+Blue) = 77+89+141=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D598D is #B2A672. Grayscale: #5B5B5B. Windows color (decimal): -11708019 or 9263437. OLE color: 9263437.

HSL color Cylindrical-coordinate representation of color #4D598D: hue angle of 228.75º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D598D is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7789141-
CMYK0.450.3700.45
HSL228.75º29.36%42.75%-
HSV(B)228.75º45.39%55.29%-
XYZ11.4410.6526.65-
YUV91.34156.02117.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=25.08%
G=28.99%
B=45.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77891410.450.3700.45228.7529.3642.75
Hex4D598D2D2502De51d2b
Octal11513121555450553453553
Binary100110110110011000110110110110010101011011110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,89,141); }

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

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

 a { background-color: rgb(77,89,141); }

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

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

 span { border-color: rgb(77,89,141); }

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