#4D569A

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

Shades of Governor Bay #4D569A

Tints of Governor Bay #4D569A

Color information

#4D569A (or 0x4D569A) is unknown color: approx Governor Bay. HEX triplet: 4D, 56 and 9A. RGB value is (77,86,154). Sum of RGB (Red+Green+Blue) = 77+86+154=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D569A is #B2A965. Grayscale: #5A5A5A. Windows color (decimal): -11708774 or 10114637. OLE color: 10114637.

HSL color Cylindrical-coordinate representation of color #4D569A: hue angle of 232.99º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D569A is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7786154-
CMYK0.500.4400.40
HSL232.99º33.33%45.29%-
HSV(B)232.99º50%60.39%-
XYZ12.2210.5731.97-
YUV91.06163.52117.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 154 (60.55% from 255) = 48.58%
R=24.29%
G=27.13%
B=48.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77861540.500.4400.40232.9933.3345.29
Hex4D569A322C028e9212d
Octal11512623262540503514155
Binary1001101101011010011010110010101100010100011101001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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