Html Css Color HEX #4E489F Governor Bay

📋 copy color: '#4E489F'

red 78 ◦ green 72 ◦ blue 159

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

Shades of Governor Bay #4E489F

Tints of Governor Bay #4E489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 25.24%
G = 23.3%
B = 51.46%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E489F (or 0x4E489F) is known color: Governor Bay. HEX triplet: 4E, 48 and 9F. RGB value is (78,72,159). Sum of RGB (Red+Green+Blue) = 78+72+159=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E489F is #B1B760. Grayscale: #535353. Windows color (decimal): -11646817 or 10438734. OLE color: 10438734.

HSL color Cylindrical-coordinate representation of color #4E489F: hue angle of 244.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E489F is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 72 159 -
CMYK 0.51 0.55 0 0.38
HSL 244.14º 0.38% 0.45% -
HSV(B) 244.14º 0.55% 0.62% -
XYZ 11.72 8.76 33.87 -
YUV 83.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 78 72 159 0.51 0.55 0 0.38 244.14 0.38 0.45
Hex 4E 48 9F 33 37 0 26 F4 26 2D
Octal 116 110 237 63 67 0 46 364 46 55
Binary 1001110 1001000 10011111 110011 110111 0 100110 11110100 100110 101101

Color Harmonies of #4E489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E489F

Black with #4E489F

Text Example


Text Example

White with #4E489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,159); }

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

background-color css

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

 a { background-color: rgb(78,72,159); }

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

border-color css

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

 span { border-color: rgb(78,72,159); }

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