Html Css Color HEX #4D5091 Governor Bay

📋 copy color: '#4D5091'

red 77 ◦ green 80 ◦ blue 145

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

Shades of Governor Bay #4D5091

Tints of Governor Bay #4D5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 25.5%
G = 26.49%
B = 48.01%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D5091 (or 0x4D5091) is known color: Governor Bay. HEX triplet: 4D, 50 and 91. RGB value is (77,80,145). Sum of RGB (Red+Green+Blue) = 77+80+145=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5091 is #B2AF6E. Grayscale: #565656. Windows color (decimal): -11710319 or 9523277. OLE color: 9523277.

HSL color Cylindrical-coordinate representation of color #4D5091: hue angle of 237.35º 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 #4D5091 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 80 145 -
CMYK 0.47 0.45 0 0.43
HSL 237.35º 0.31% 0.44% -
HSV(B) 237.35º 0.47% 0.57% -
XYZ 11.04 9.36 28.01 -
YUV 86.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 77 80 145 0.47 0.45 0 0.43 237.35 0.31 0.44
Hex 4D 50 91 2F 2D 0 2B ED 1F 2C
Octal 115 120 221 57 55 0 53 355 37 54
Binary 1001101 1010000 10010001 101111 101101 0 101011 11101101 11111 101100

Color Harmonies of #4D5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5091

Black with #4D5091

Text Example


Text Example

White with #4D5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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