Html Css Color HEX #4D5C9D Governor Bay

📋 copy color: '#4D5C9D'

red 77 ◦ green 92 ◦ blue 157

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

Shades of Governor Bay #4D5C9D

Tints of Governor Bay #4D5C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 23.62%
G = 28.22%
B = 48.16%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D5C9D (or 0x4D5C9D) is known color: Governor Bay. HEX triplet: 4D, 5C and 9D. RGB value is (77,92,157). Sum of RGB (Red+Green+Blue) = 77+92+157=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D5C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5C9D is #B2A362. Grayscale: #5E5E5E. Windows color (decimal): -11707235 or 10312781. OLE color: 10312781.

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

Color convert

RGB 77 92 157 -
CMYK 0.51 0.41 0 0.38
HSL 228.75º 0.34% 0.46% -
HSV(B) 228.75º 0.51% 0.62% -
XYZ 12.97 11.67 33.47 -
YUV 94.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 77 92 157 0.51 0.41 0 0.38 228.75 0.34 0.46
Hex 4D 5C 9D 33 29 0 26 E5 22 2E
Octal 115 134 235 63 51 0 46 345 42 56
Binary 1001101 1011100 10011101 110011 101001 0 100110 11100101 100010 101110

Color Harmonies of #4D5C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C9D

Black with #4D5C9D

Text Example


Text Example

White with #4D5C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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