Html Css Color HEX #4D549B Governor Bay

📋 copy color: '#4D549B'

red 77 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #4D549B

Tints of Governor Bay #4D549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 24.37%
G = 26.58%
B = 49.05%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D549B (or 0x4D549B) is known color: Governor Bay. HEX triplet: 4D, 54 and 9B. RGB value is (77,84,155). Sum of RGB (Red+Green+Blue) = 77+84+155=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D549B is #B2AB64. Grayscale: #595959. Windows color (decimal): -11709285 or 10179661. OLE color: 10179661.

HSL color Cylindrical-coordinate representation of color #4D549B: hue angle of 234.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D549B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 84 155 -
CMYK 0.50 0.46 0 0.39
HSL 234.62º 0.34% 0.45% -
HSV(B) 234.62º 0.5% 0.61% -
XYZ 12.15 10.28 32.36 -
YUV 90 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 77 84 155 0.50 0.46 0 0.39 234.62 0.34 0.45
Hex 4D 54 9B 32 2E 0 27 EB 22 2D
Octal 115 124 233 62 56 0 47 353 42 55
Binary 1001101 1010100 10011011 110010 101110 0 100111 11101011 100010 101101

Color Harmonies of #4D549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D549B

Black with #4D549B

Text Example


Text Example

White with #4D549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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