Html Css Color HEX #4E4E95 Governor Bay

📋 copy color: '#4E4E95'

red 78 ◦ green 78 ◦ blue 149

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

Shades of Governor Bay #4E4E95

Tints of Governor Bay #4E4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.57%

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

R = 25.57%
G = 25.57%
B = 48.85%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E4E95 (or 0x4E4E95) is known color: Governor Bay. HEX triplet: 4E, 4E and 95. RGB value is (78,78,149). Sum of RGB (Red+Green+Blue) = 78+78+149=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4E95 is #B1B16A. Grayscale: #555555. Windows color (decimal): -11645291 or 9784910. OLE color: 9784910.

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

Color convert

RGB 78 78 149 -
CMYK 0.48 0.48 0 0.42
HSL 240º 0.31% 0.45% -
HSV(B) 240º 0.48% 0.58% -
XYZ 11.29 9.24 29.62 -
YUV 86.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 78 78 149 0.48 0.48 0 0.42 240 0.31 0.45
Hex 4E 4E 95 30 30 0 2A F0 1F 2D
Octal 116 116 225 60 60 0 52 360 37 55
Binary 1001110 1001110 10010101 110000 110000 0 101010 11110000 11111 101101

Color Harmonies of #4E4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4E95

Black with #4E4E95

Text Example


Text Example

White with #4E4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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