Html Css Color HEX #4E4995 Governor Bay

📋 copy color: '#4E4995'

red 78 ◦ green 73 ◦ blue 149

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

Shades of Governor Bay #4E4995

Tints of Governor Bay #4E4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.33%

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

R = 26%
G = 24.33%
B = 49.67%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E4995 (or 0x4E4995) is known color: Governor Bay. HEX triplet: 4E, 49 and 95. RGB value is (78,73,149). Sum of RGB (Red+Green+Blue) = 78+73+149=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4995 is #B1B66A. Grayscale: #525252. Windows color (decimal): -11646571 or 9783630. OLE color: 9783630.

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

Color convert

RGB 78 73 149 -
CMYK 0.48 0.51 0 0.42
HSL 243.95º 0.34% 0.44% -
HSV(B) 243.95º 0.51% 0.58% -
XYZ 10.95 8.55 29.51 -
YUV 83.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 78 73 149 0.48 0.51 0 0.42 243.95 0.34 0.44
Hex 4E 49 95 30 33 0 2A F4 22 2C
Octal 116 111 225 60 63 0 52 364 42 54
Binary 1001110 1001001 10010101 110000 110011 0 101010 11110100 100010 101100

Color Harmonies of #4E4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4995

Black with #4E4995

Text Example


Text Example

White with #4E4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,73,149); }

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

background-color css

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

 a { background-color: rgb(78,73,149); }

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

border-color css

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

 span { border-color: rgb(78,73,149); }

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