Html Css Color HEX #4D5791 Governor Bay

📋 copy color: '#4D5791'

red 77 ◦ green 87 ◦ blue 145

#4D5791
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #4D5791

Tints of Governor Bay #4D5791

RGB

 RED value IS 77 (30.47% from 255) = 24.92%

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 24.92%
G = 28.16%
B = 46.93%

CMYK

 C value IS 0.47

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D5791 (or 0x4D5791) is known color: Governor Bay. HEX triplet: 4D, 57 and 91. RGB value is (77,87,145). Sum of RGB (Red+Green+Blue) = 77+87+145=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D5791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5791 is #B2A86E. Grayscale: #5A5A5A. Windows color (decimal): -11708527 or 9525069. OLE color: 9525069.

HSL color Cylindrical-coordinate representation of color #4D5791: hue angle of 231.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5791 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 87 145 -
CMYK 0.47 0.4 0 0.43
HSL 231.18º 0.31% 0.44% -
HSV(B) 231.18º 0.47% 0.57% -
XYZ 11.58 10.44 28.19 -
YUV 90.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 77 87 145 0.47 0.4 0 0.43 231.18 0.31 0.44
Hex 4D 57 91 2F 28 0 2B E7 1F 2C
Octal 115 127 221 57 50 0 53 347 37 54
Binary 1001101 1010111 10010001 101111 101000 0 101011 11100111 11111 101100

Color Harmonies of #4D5791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5791

Black with #4D5791

Text Example


Text Example

White with #4D5791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,87,145); }

 H1.HeaderClassName
 {
   color: #4D5791;
 }
 .AnyTagClassName
 {
   color: #4D5791;
 }
</style>

background-color css

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

 a { background-color: rgb(77,87,145); }

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

border-color css

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

 span { border-color: rgb(77,87,145); }

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