Html Css Color HEX #4D549E Governor Bay

📋 copy color: '#4D549E'

red 77 ◦ green 84 ◦ blue 158

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

Shades of Governor Bay #4D549E

Tints of Governor Bay #4D549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 24.14%
G = 26.33%
B = 49.53%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D549E (or 0x4D549E) is known color: Governor Bay. HEX triplet: 4D, 54 and 9E. RGB value is (77,84,158). Sum of RGB (Red+Green+Blue) = 77+84+158=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D549E is #B2AB61. Grayscale: #5A5A5A. Windows color (decimal): -11709282 or 10376269. OLE color: 10376269.

HSL color Cylindrical-coordinate representation of color #4D549E: hue angle of 234.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D549E is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 84 158 -
CMYK 0.51 0.47 0 0.38
HSL 234.81º 0.34% 0.46% -
HSV(B) 234.81º 0.51% 0.62% -
XYZ 12.4 10.39 33.7 -
YUV 90.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 77 84 158 0.51 0.47 0 0.38 234.81 0.34 0.46
Hex 4D 54 9E 33 2F 0 26 EB 22 2E
Octal 115 124 236 63 57 0 46 353 42 56
Binary 1001101 1010100 10011110 110011 101111 0 100110 11101011 100010 101110

Color Harmonies of #4D549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D549E

Black with #4D549E

Text Example


Text Example

White with #4D549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,158); }

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

background-color css

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

 a { background-color: rgb(77,84,158); }

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

border-color css

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

 span { border-color: rgb(77,84,158); }

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