Html Css Color HEX #4E529B Governor Bay

📋 copy color: '#4E529B'

red 78 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #4E529B

Tints of Governor Bay #4E529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 24.76%
G = 26.03%
B = 49.21%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E529B (or 0x4E529B) is known color: Governor Bay. HEX triplet: 4E, 52 and 9B. RGB value is (78,82,155). Sum of RGB (Red+Green+Blue) = 78+82+155=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E529B is #B1AD64. Grayscale: #585858. Windows color (decimal): -11644261 or 10179150. OLE color: 10179150.

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

Color convert

RGB 78 82 155 -
CMYK 0.50 0.47 0 0.39
HSL 236.88º 0.33% 0.46% -
HSV(B) 236.88º 0.5% 0.61% -
XYZ 12.08 10.02 32.31 -
YUV 89.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 78 82 155 0.50 0.47 0 0.39 236.88 0.33 0.46
Hex 4E 52 9B 32 2F 0 27 ED 21 2E
Octal 116 122 233 62 57 0 47 355 41 56
Binary 1001110 1010010 10011011 110010 101111 0 100111 11101101 100001 101110

Color Harmonies of #4E529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E529B

Black with #4E529B

Text Example


Text Example

White with #4E529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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