Html Css Color HEX #4D4B95 Governor Bay

📋 copy color: '#4D4B95'

red 77 ◦ green 75 ◦ blue 149

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

Shades of Governor Bay #4D4B95

Tints of Governor Bay #4D4B95

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 25.58%
G = 24.92%
B = 49.5%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D4B95 (or 0x4D4B95) is known color: Governor Bay. HEX triplet: 4D, 4B and 95. RGB value is (77,75,149). Sum of RGB (Red+Green+Blue) = 77+75+149=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D4B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B95 is #B2B46A. Grayscale: #535353. Windows color (decimal): -11711595 or 9784141. OLE color: 9784141.

HSL color Cylindrical-coordinate representation of color #4D4B95: hue angle of 241.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4B95 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 75 149 -
CMYK 0.48 0.50 0 0.42
HSL 241.62º 0.33% 0.44% -
HSV(B) 241.62º 0.5% 0.58% -
XYZ 11 8.78 29.55 -
YUV 84.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 77 75 149 0.48 0.50 0 0.42 241.62 0.33 0.44
Hex 4D 4B 95 30 32 0 2A F2 21 2C
Octal 115 113 225 60 62 0 52 362 41 54
Binary 1001101 1001011 10010101 110000 110010 0 101010 11110010 100001 101100

Color Harmonies of #4D4B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B95

Black with #4D4B95

Text Example


Text Example

White with #4D4B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,149); }

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

background-color css

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

 a { background-color: rgb(77,75,149); }

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

border-color css

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

 span { border-color: rgb(77,75,149); }

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