#4D568D

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

Shades of Governor Bay #4D568D

Tints of Governor Bay #4D568D

Color information

#4D568D (or 0x4D568D) is unknown color: approx Governor Bay. HEX triplet: 4D, 56 and 8D. RGB value is (77,86,141). Sum of RGB (Red+Green+Blue) = 77+86+141=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D568D is #B2A972. Grayscale: #595959. Windows color (decimal): -11708787 or 9262669. OLE color: 9262669.

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

Color convert

RGB7786141-
CMYK0.450.3900.45
HSL231.56º29.36%42.75%-
HSV(B)231.56º45.39%55.29%-
XYZ11.210.1626.57-
YUV89.58157.02119.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=25.33%
G=28.29%
B=46.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77861410.450.3900.45231.5629.3642.75
Hex4D568D2D2702De81d2b
Octal11512621555470553503553
Binary100110110101101000110110110110011101011011110100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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