Html Css Color HEX #4942AB Governor Bay

📋 copy color: '#4942AB'

red 73 ◦ green 66 ◦ blue 171

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

Shades of Governor Bay #4942AB

Tints of Governor Bay #4942AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 23.55%
G = 21.29%
B = 55.16%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4942AB (or 0x4942AB) is known color: Governor Bay. HEX triplet: 49, 42 and AB. RGB value is (73,66,171). Sum of RGB (Red+Green+Blue) = 73+66+171=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4942AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4942AB is #B6BD54. Grayscale: #4F4F4F. Windows color (decimal): -11976021 or 11223625. OLE color: 11223625.

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

Color convert

RGB 73 66 171 -
CMYK 0.57 0.61 0 0.33
HSL 244º 0.44% 0.46% -
HSV(B) 244º 0.61% 0.67% -
XYZ 12.05 8.25 39.49 -
YUV 80.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 73 66 171 0.57 0.61 0 0.33 244 0.44 0.46
Hex 49 42 AB 39 3D 0 21 F4 2C 2E
Octal 111 102 253 71 75 0 41 364 54 56
Binary 1001001 1000010 10101011 111001 111101 0 100001 11110100 101100 101110

Color Harmonies of #4942AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942AB

Black with #4942AB

Text Example


Text Example

White with #4942AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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