Html Css Color HEX #4E4DA6 Governor Bay

📋 copy color: '#4E4DA6'

red 78 ◦ green 77 ◦ blue 166

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

Shades of Governor Bay #4E4DA6

Tints of Governor Bay #4E4DA6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 166 (65.23% from 255) = 51.71%

R = 24.3%
G = 23.99%
B = 51.71%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4E4DA6 (or 0x4E4DA6) is known color: Governor Bay. HEX triplet: 4E, 4D and A6. RGB value is (78,77,166). Sum of RGB (Red+Green+Blue) = 78+77+166=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #4E4DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DA6 is #B1B259. Grayscale: #575757. Windows color (decimal): -11645530 or 10898766. OLE color: 10898766.

HSL color Cylindrical-coordinate representation of color #4E4DA6: hue angle of 240.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4DA6 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 78 77 166 -
CMYK 0.53 0.54 0 0.35
HSL 240.67º 0.37% 0.48% -
HSV(B) 240.67º 0.54% 0.65% -
XYZ 12.68 9.68 37.28 -
YUV 87.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 78 77 166 0.53 0.54 0 0.35 240.67 0.37 0.48
Hex 4E 4D A6 35 36 0 23 F1 25 30
Octal 116 115 246 65 66 0 43 361 45 60
Binary 1001110 1001101 10100110 110101 110110 0 100011 11110001 100101 110000

Color Harmonies of #4E4DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4DA6

Black with #4E4DA6

Text Example


Text Example

White with #4E4DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,77,166); }

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

background-color css

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

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

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

border-color css

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

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

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