Html Css Color HEX #4D5C9B Governor Bay

📋 copy color: '#4D5C9B'

red 77 ◦ green 92 ◦ blue 155

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

Shades of Governor Bay #4D5C9B

Tints of Governor Bay #4D5C9B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 23.77%
G = 28.4%
B = 47.84%

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

#4D5C9B (or 0x4D5C9B) is known color: Governor Bay. HEX triplet: 4D, 5C and 9B. RGB value is (77,92,155). Sum of RGB (Red+Green+Blue) = 77+92+155=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D5C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5C9B is #B2A364. Grayscale: #5E5E5E. Windows color (decimal): -11707237 or 10181709. OLE color: 10181709.

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

Color convert

RGB 77 92 155 -
CMYK 0.50 0.41 0 0.39
HSL 228.46º 0.34% 0.45% -
HSV(B) 228.46º 0.5% 0.61% -
XYZ 12.8 11.6 32.57 -
YUV 94.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 77 92 155 0.50 0.41 0 0.39 228.46 0.34 0.45
Hex 4D 5C 9B 32 29 0 27 E4 22 2D
Octal 115 134 233 62 51 0 47 344 42 55
Binary 1001101 1011100 10011011 110010 101001 0 100111 11100100 100010 101101

Color Harmonies of #4D5C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C9B

Black with #4D5C9B

Text Example


Text Example

White with #4D5C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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