Html Css Color HEX #4D5B9B Governor Bay

📋 copy color: '#4D5B9B'

red 77 ◦ green 91 ◦ blue 155

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

Shades of Governor Bay #4D5B9B

Tints of Governor Bay #4D5B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 23.84%
G = 28.17%
B = 47.99%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D5B9B (or 0x4D5B9B) is known color: Governor Bay. HEX triplet: 4D, 5B and 9B. RGB value is (77,91,155). Sum of RGB (Red+Green+Blue) = 77+91+155=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D5B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5B9B is #B2A464. Grayscale: #5D5D5D. Windows color (decimal): -11707493 or 10181453. OLE color: 10181453.

HSL color Cylindrical-coordinate representation of color #4D5B9B: hue angle of 229.23º 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 #4D5B9B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 91 155 -
CMYK 0.50 0.41 0 0.39
HSL 229.23º 0.34% 0.45% -
HSV(B) 229.23º 0.5% 0.61% -
XYZ 12.72 11.43 32.55 -
YUV 94.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 77 91 155 0.50 0.41 0 0.39 229.23 0.34 0.45
Hex 4D 5B 9B 32 29 0 27 E5 22 2D
Octal 115 133 233 62 51 0 47 345 42 55
Binary 1001101 1011011 10011011 110010 101001 0 100111 11100101 100010 101101

Color Harmonies of #4D5B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5B9B

Black with #4D5B9B

Text Example


Text Example

White with #4D5B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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