Html Css Color HEX #4959AB Governor Bay

📋 copy color: '#4959AB'

red 73 ◦ green 89 ◦ blue 171

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

Shades of Governor Bay #4959AB

Tints of Governor Bay #4959AB

RGB

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

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

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

R = 21.92%
G = 26.73%
B = 51.35%

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

#4959AB (or 0x4959AB) is known color: Governor Bay. HEX triplet: 49, 59 and AB. RGB value is (73,89,171). Sum of RGB (Red+Green+Blue) = 73+89+171=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4959AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959AB is #B6A654. Grayscale: #5D5D5D. Windows color (decimal): -11970133 or 11229513. OLE color: 11229513.

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

Color convert

RGB 73 89 171 -
CMYK 0.57 0.48 0 0.33
HSL 230.2º 0.4% 0.48% -
HSV(B) 230.2º 0.57% 0.67% -
XYZ 13.67 11.5 40.03 -
YUV 93.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 73 89 171 0.57 0.48 0 0.33 230.2 0.4 0.48
Hex 49 59 AB 39 30 0 21 E6 28 30
Octal 111 131 253 71 60 0 41 346 50 60
Binary 1001001 1011001 10101011 111001 110000 0 100001 11100110 101000 110000

Color Harmonies of #4959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4959AB

Black with #4959AB

Text Example


Text Example

White with #4959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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