Html Css Color HEX #4E539B Governor Bay

📋 copy color: '#4E539B'

red 78 ◦ green 83 ◦ blue 155

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

Shades of Governor Bay #4E539B

Tints of Governor Bay #4E539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 24.68%
G = 26.27%
B = 49.05%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E539B (or 0x4E539B) is known color: Governor Bay. HEX triplet: 4E, 53 and 9B. RGB value is (78,83,155). Sum of RGB (Red+Green+Blue) = 78+83+155=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E539B is #B1AC64. Grayscale: #595959. Windows color (decimal): -11644005 or 10179406. OLE color: 10179406.

HSL color Cylindrical-coordinate representation of color #4E539B: hue angle of 236.1º 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 #4E539B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 83 155 -
CMYK 0.50 0.46 0 0.39
HSL 236.1º 0.33% 0.46% -
HSV(B) 236.1º 0.5% 0.61% -
XYZ 12.15 10.17 32.33 -
YUV 89.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 78 83 155 0.50 0.46 0 0.39 236.1 0.33 0.46
Hex 4E 53 9B 32 2E 0 27 EC 21 2E
Octal 116 123 233 62 56 0 47 354 41 56
Binary 1001110 1010011 10011011 110010 101110 0 100111 11101100 100001 101110

Color Harmonies of #4E539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E539B

Black with #4E539B

Text Example


Text Example

White with #4E539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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