Html Css Color HEX #4D4F91 Governor Bay

📋 copy color: '#4D4F91'

red 77 ◦ green 79 ◦ blue 145

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

Shades of Governor Bay #4D4F91

Tints of Governor Bay #4D4F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 25.58%
G = 26.25%
B = 48.17%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D4F91 (or 0x4D4F91) is known color: Governor Bay. HEX triplet: 4D, 4F and 91. RGB value is (77,79,145). Sum of RGB (Red+Green+Blue) = 77+79+145=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D4F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4F91 is #B2B06E. Grayscale: #555555. Windows color (decimal): -11710575 or 9523021. OLE color: 9523021.

HSL color Cylindrical-coordinate representation of color #4D4F91: hue angle of 238.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4F91 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 79 145 -
CMYK 0.47 0.46 0 0.43
HSL 238.24º 0.31% 0.44% -
HSV(B) 238.24º 0.47% 0.57% -
XYZ 10.97 9.21 27.99 -
YUV 85.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 77 79 145 0.47 0.46 0 0.43 238.24 0.31 0.44
Hex 4D 4F 91 2F 2E 0 2B EE 1F 2C
Octal 115 117 221 57 56 0 53 356 37 54
Binary 1001101 1001111 10010001 101111 101110 0 101011 11101110 11111 101100

Color Harmonies of #4D4F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F91

Black with #4D4F91

Text Example


Text Example

White with #4D4F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,145); }

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

background-color css

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

 a { background-color: rgb(77,79,145); }

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

border-color css

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

 span { border-color: rgb(77,79,145); }

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