Html Css Color HEX #4940AC Governor Bay

📋 copy color: '#4940AC'

red 73 ◦ green 64 ◦ blue 172

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

Shades of Governor Bay #4940AC

Tints of Governor Bay #4940AC

RGB

 RED value IS 73 (28.91% from 255) = 23.62%

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 23.62%
G = 20.71%
B = 55.66%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4940AC (or 0x4940AC) is known color: Governor Bay. HEX triplet: 49, 40 and AC. RGB value is (73,64,172). Sum of RGB (Red+Green+Blue) = 73+64+172=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #4940AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AC is #B6BF53. Grayscale: #4E4E4E. Windows color (decimal): -11976532 or 11288649. OLE color: 11288649.

HSL color Cylindrical-coordinate representation of color #4940AC: hue angle of 245º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4940AC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 64 172 -
CMYK 0.58 0.63 0 0.33
HSL 245º 0.46% 0.46% -
HSV(B) 245º 0.63% 0.67% -
XYZ 12.03 8.06 39.95 -
YUV 79 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 73 64 172 0.58 0.63 0 0.33 245 0.46 0.46
Hex 49 40 AC 3A 3F 0 21 F5 2E 2E
Octal 111 100 254 72 77 0 41 365 56 56
Binary 1001001 1000000 10101100 111010 111111 0 100001 11110101 101110 101110

Color Harmonies of #4940AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940AC

Black with #4940AC

Text Example


Text Example

White with #4940AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4940AC; }

 p { color: rgb(73,64,172); }

 H1.HeaderClassName
 {
   color: #4940AC;
 }
 .AnyTagClassName
 {
   color: #4940AC;
 }
</style>

background-color css

<style>
 a { background-color: #4940AC; }

 a { background-color: rgb(73,64,172); }

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

border-color css

<style>
 span { border-color: #4940AC; }

 span { border-color: rgb(73,64,172); }

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