Html Css Color HEX #4D508C Governor Bay

📋 copy color: '#4D508C'

red 77 ◦ green 80 ◦ blue 140

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

Shades of Governor Bay #4D508C

Tints of Governor Bay #4D508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 25.93%
G = 26.94%
B = 47.14%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D508C (or 0x4D508C) is known color: Governor Bay. HEX triplet: 4D, 50 and 8C. RGB value is (77,80,140). Sum of RGB (Red+Green+Blue) = 77+80+140=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D508C is #B2AF73. Grayscale: #555555. Windows color (decimal): -11710324 or 9195597. OLE color: 9195597.

HSL color Cylindrical-coordinate representation of color #4D508C: hue angle of 237.14º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D508C is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 80 140 -
CMYK 0.45 0.43 0 0.45
HSL 237.14º 0.29% 0.43% -
HSV(B) 237.14º 0.45% 0.55% -
XYZ 10.66 9.21 26.03 -
YUV 85.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 77 80 140 0.45 0.43 0 0.45 237.14 0.29 0.43
Hex 4D 50 8C 2D 2B 0 2D ED 1D 2B
Octal 115 120 214 55 53 0 55 355 35 53
Binary 1001101 1010000 10001100 101101 101011 0 101101 11101101 11101 101011

Color Harmonies of #4D508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D508C

Black with #4D508C

Text Example


Text Example

White with #4D508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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