Html Css Color HEX #4959AA Governor Bay

📋 copy color: '#4959AA'

red 73 ◦ green 89 ◦ blue 170

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

Shades of Governor Bay #4959AA

Tints of Governor Bay #4959AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 21.99%
G = 26.81%
B = 51.2%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4959AA (or 0x4959AA) is known color: Governor Bay. HEX triplet: 49, 59 and AA. RGB value is (73,89,170). Sum of RGB (Red+Green+Blue) = 73+89+170=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #4959AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959AA is #B6A655. Grayscale: #5D5D5D. Windows color (decimal): -11970134 or 11163977. OLE color: 11163977.

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

Color convert

RGB 73 89 170 -
CMYK 0.57 0.48 0 0.33
HSL 230.1º 0.4% 0.48% -
HSV(B) 230.1º 0.57% 0.67% -
XYZ 13.58 11.46 39.53 -
YUV 93.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 73 89 170 0.57 0.48 0 0.33 230.1 0.4 0.48
Hex 49 59 AA 39 30 0 21 E6 28 30
Octal 111 131 252 71 60 0 41 346 50 60
Binary 1001001 1011001 10101010 111001 110000 0 100001 11100110 101000 110000

Color Harmonies of #4959AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959AA

Black with #4959AA

Text Example


Text Example

White with #4959AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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