Html Css Color HEX #4940AB Governor Bay

📋 copy color: '#4940AB'

red 73 ◦ green 64 ◦ blue 171

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

Shades of Governor Bay #4940AB

Tints of Governor Bay #4940AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 23.7%
G = 20.78%
B = 55.52%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4940AB (or 0x4940AB) is known color: Governor Bay. HEX triplet: 49, 40 and AB. RGB value is (73,64,171). Sum of RGB (Red+Green+Blue) = 73+64+171=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4940AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AB is #B6BF54. Grayscale: #4E4E4E. Windows color (decimal): -11976533 or 11223113. OLE color: 11223113.

HSL color Cylindrical-coordinate representation of color #4940AB: hue angle of 245.05º 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 #4940AB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 64 171 -
CMYK 0.57 0.63 0 0.33
HSL 245.05º 0.46% 0.46% -
HSV(B) 245.05º 0.63% 0.67% -
XYZ 11.93 8.02 39.45 -
YUV 78.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 73 64 171 0.57 0.63 0 0.33 245.05 0.46 0.46
Hex 49 40 AB 39 3F 0 21 F5 2E 2E
Octal 111 100 253 71 77 0 41 365 56 56
Binary 1001001 1000000 10101011 111001 111111 0 100001 11110101 101110 101110

Color Harmonies of #4940AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940AB

Black with #4940AB

Text Example


Text Example

White with #4940AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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