Html Css Color HEX #4950AB Governor Bay

📋 copy color: '#4950AB'

red 73 ◦ green 80 ◦ blue 171

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

Shades of Governor Bay #4950AB

Tints of Governor Bay #4950AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 22.53%
G = 24.69%
B = 52.78%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4950AB (or 0x4950AB) is known color: Governor Bay. HEX triplet: 49, 50 and AB. RGB value is (73,80,171). Sum of RGB (Red+Green+Blue) = 73+80+171=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4950AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4950AB is #B6AF54. Grayscale: #575757. Windows color (decimal): -11972437 or 11227209. OLE color: 11227209.

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

Color convert

RGB 73 80 171 -
CMYK 0.57 0.53 0 0.33
HSL 235.71º 0.4% 0.48% -
HSV(B) 235.71º 0.57% 0.67% -
XYZ 12.97 10.09 39.79 -
YUV 88.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 73 80 171 0.57 0.53 0 0.33 235.71 0.4 0.48
Hex 49 50 AB 39 35 0 21 EC 28 30
Octal 111 120 253 71 65 0 41 354 50 60
Binary 1001001 1010000 10101011 111001 110101 0 100001 11101100 101000 110000

Color Harmonies of #4950AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4950AB

Black with #4950AB

Text Example


Text Example

White with #4950AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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