Html Css Color HEX #4D509E Governor Bay

📋 copy color: '#4D509E'

red 77 ◦ green 80 ◦ blue 158

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

Shades of Governor Bay #4D509E

Tints of Governor Bay #4D509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 24.44%
G = 25.4%
B = 50.16%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D509E (or 0x4D509E) is known color: Governor Bay. HEX triplet: 4D, 50 and 9E. RGB value is (77,80,158). Sum of RGB (Red+Green+Blue) = 77+80+158=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D509E is #B2AF61. Grayscale: #575757. Windows color (decimal): -11710306 or 10375245. OLE color: 10375245.

HSL color Cylindrical-coordinate representation of color #4D509E: hue angle of 237.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D509E is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 80 158 -
CMYK 0.51 0.49 0 0.38
HSL 237.78º 0.34% 0.46% -
HSV(B) 237.78º 0.51% 0.62% -
XYZ 12.1 9.78 33.6 -
YUV 88 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 77 80 158 0.51 0.49 0 0.38 237.78 0.34 0.46
Hex 4D 50 9E 33 31 0 26 EE 22 2E
Octal 115 120 236 63 61 0 46 356 42 56
Binary 1001101 1010000 10011110 110011 110001 0 100110 11101110 100010 101110

Color Harmonies of #4D509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D509E

Black with #4D509E

Text Example


Text Example

White with #4D509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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