Html Css Color HEX #4D508A Governor Bay

📋 copy color: '#4D508A'

red 77 ◦ green 80 ◦ blue 138

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

Shades of Governor Bay #4D508A

Tints of Governor Bay #4D508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 26.1%
G = 27.12%
B = 46.78%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D508A (or 0x4D508A) is known color: Governor Bay. HEX triplet: 4D, 50 and 8A. RGB value is (77,80,138). Sum of RGB (Red+Green+Blue) = 77+80+138=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D508A is #B2AF75. Grayscale: #555555. Windows color (decimal): -11710326 or 9064525. OLE color: 9064525.

HSL color Cylindrical-coordinate representation of color #4D508A: hue angle of 237.05º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D508A is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 80 138 -
CMYK 0.44 0.42 0 0.46
HSL 237.05º 0.28% 0.42% -
HSV(B) 237.05º 0.44% 0.54% -
XYZ 10.52 9.15 25.26 -
YUV 85.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 77 80 138 0.44 0.42 0 0.46 237.05 0.28 0.42
Hex 4D 50 8A 2C 2A 0 2E ED 1C 2A
Octal 115 120 212 54 52 0 56 355 34 52
Binary 1001101 1010000 10001010 101100 101010 0 101110 11101101 11100 101010

Color Harmonies of #4D508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D508A

Black with #4D508A

Text Example


Text Example

White with #4D508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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