Html Css Color HEX #4940AA Governor Bay

📋 copy color: '#4940AA'

red 73 ◦ green 64 ◦ blue 170

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

Shades of Governor Bay #4940AA

Tints of Governor Bay #4940AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 23.78%
G = 20.85%
B = 55.37%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4940AA (or 0x4940AA) is known color: Governor Bay. HEX triplet: 49, 40 and AA. RGB value is (73,64,170). Sum of RGB (Red+Green+Blue) = 73+64+170=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4940AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AA is #B6BF55. Grayscale: #4E4E4E. Windows color (decimal): -11976534 or 11157577. OLE color: 11157577.

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

Color convert

RGB 73 64 170 -
CMYK 0.57 0.62 0 0.33
HSL 245.09º 0.45% 0.46% -
HSV(B) 245.09º 0.62% 0.67% -
XYZ 11.84 7.99 38.95 -
YUV 78.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 73 64 170 0.57 0.62 0 0.33 245.09 0.45 0.46
Hex 49 40 AA 39 3E 0 21 F5 2D 2E
Octal 111 100 252 71 76 0 41 365 55 56
Binary 1001001 1000000 10101010 111001 111110 0 100001 11110101 101101 101110

Color Harmonies of #4940AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940AA

Black with #4940AA

Text Example


Text Example

White with #4940AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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