Html Css Color HEX #4E4A9B Governor Bay

📋 copy color: '#4E4A9B'

red 78 ◦ green 74 ◦ blue 155

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

Shades of Governor Bay #4E4A9B

Tints of Governor Bay #4E4A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

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

R = 25.41%
G = 24.1%
B = 50.49%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E4A9B (or 0x4E4A9B) is known color: Governor Bay. HEX triplet: 4E, 4A and 9B. RGB value is (78,74,155). Sum of RGB (Red+Green+Blue) = 78+74+155=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E4A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4A9B is #B1B564. Grayscale: #545454. Windows color (decimal): -11646309 or 10177102. OLE color: 10177102.

HSL color Cylindrical-coordinate representation of color #4E4A9B: hue angle of 242.96º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E4A9B is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 74 155 -
CMYK 0.50 0.52 0 0.39
HSL 242.96º 0.35% 0.45% -
HSV(B) 242.96º 0.52% 0.61% -
XYZ 11.51 8.88 32.12 -
YUV 84.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 78 74 155 0.50 0.52 0 0.39 242.96 0.35 0.45
Hex 4E 4A 9B 32 34 0 27 F3 23 2D
Octal 116 112 233 62 64 0 47 363 43 55
Binary 1001110 1001010 10011011 110010 110100 0 100111 11110011 100011 101101

Color Harmonies of #4E4A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A9B

Black with #4E4A9B

Text Example


Text Example

White with #4E4A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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