Html Css Color HEX #4E5B9B Governor Bay

📋 copy color: '#4E5B9B'

red 78 ◦ green 91 ◦ blue 155

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

Shades of Governor Bay #4E5B9B

Tints of Governor Bay #4E5B9B

RGB

 RED value IS 78 (30.86% from 255) = 24.07%

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 24.07%
G = 28.09%
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

#4E5B9B (or 0x4E5B9B) is known color: Governor Bay. HEX triplet: 4E, 5B and 9B. RGB value is (78,91,155). Sum of RGB (Red+Green+Blue) = 78+91+155=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 91 (35.94% from 255 or 28.09% 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 #4E5B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5B9B is #B1A464. Grayscale: #5E5E5E. Windows color (decimal): -11641957 or 10181454. OLE color: 10181454.

HSL color Cylindrical-coordinate representation of color #4E5B9B: hue angle of 229.87º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E5B9B is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 91 155 -
CMYK 0.50 0.41 0 0.39
HSL 229.87º 0.33% 0.46% -
HSV(B) 229.87º 0.5% 0.61% -
XYZ 12.8 11.47 32.55 -
YUV 94.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 78 91 155 0.50 0.41 0 0.39 229.87 0.33 0.46
Hex 4E 5B 9B 32 29 0 27 E6 21 2E
Octal 116 133 233 62 51 0 47 346 41 56
Binary 1001110 1011011 10011011 110010 101001 0 100111 11100110 100001 101110

Color Harmonies of #4E5B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5B9B

Black with #4E5B9B

Text Example


Text Example

White with #4E5B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,91,155); }

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

background-color css

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

 a { background-color: rgb(78,91,155); }

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

border-color css

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

 span { border-color: rgb(78,91,155); }

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