#4D5BA2

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

Shades of Governor Bay #4D5BA2

Tints of Governor Bay #4D5BA2

Color information

#4D5BA2 (or 0x4D5BA2) is unknown color: approx Governor Bay. HEX triplet: 4D, 5B and A2. RGB value is (77,91,162). Sum of RGB (Red+Green+Blue) = 77+91+162=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D5BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5BA2 is #B2A45D. Grayscale: #5E5E5E. Windows color (decimal): -11707486 or 10640205. OLE color: 10640205.

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

Color convert

RGB7791162-
CMYK0.520.4400.36
HSL230.12º35.56%46.86%-
HSV(B)230.12º52.47%63.53%-
XYZ13.3211.6735.73-
YUV94.91165.86115.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.33%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=23.33%
G=27.58%
B=49.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77911620.520.4400.36230.1235.5646.86
Hex4D5BA2342C024e6242f
Octal11513324264540443464457
Binary1001101101101110100010110100101100010010011100110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,91,162); }

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

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

 a { background-color: rgb(77,91,162); }

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

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

 span { border-color: rgb(77,91,162); }

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