Html Css Color HEX #4050A9 Governor Bay

📋 copy color: '#4050A9'

red 64 ◦ green 80 ◦ blue 169

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

Shades of Governor Bay #4050A9

Tints of Governor Bay #4050A9

RGB

 RED value IS 64 (25.39% from 255) = 20.45%

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

 BLUE value IS 169 (66.41% from 255) = 53.99%

R = 20.45%
G = 25.56%
B = 53.99%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4050A9 (or 0x4050A9) is known color: Governor Bay. HEX triplet: 40, 50 and A9. RGB value is (64,80,169). Sum of RGB (Red+Green+Blue) = 64+80+169=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #4050A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4050A9 is #BFAF56. Grayscale: #545454. Windows color (decimal): -12562263 or 11096128. OLE color: 11096128.

HSL color Cylindrical-coordinate representation of color #4050A9: hue angle of 230.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4050A9 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 80 169 -
CMYK 0.62 0.53 0 0.34
HSL 230.86º 0.45% 0.46% -
HSV(B) 230.86º 0.62% 0.66% -
XYZ 12.14 9.69 38.77 -
YUV 85.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 64 80 169 0.62 0.53 0 0.34 230.86 0.45 0.46
Hex 40 50 A9 3E 35 0 22 E7 2D 2E
Octal 100 120 251 76 65 0 42 347 55 56
Binary 1000000 1010000 10101001 111110 110101 0 100010 11100111 101101 101110

Color Harmonies of #4050A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050A9

Black with #4050A9

Text Example


Text Example

White with #4050A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4050A9; }

 p { color: rgb(64,80,169); }

 H1.HeaderClassName
 {
   color: #4050A9;
 }
 .AnyTagClassName
 {
   color: #4050A9;
 }
</style>

background-color css

<style>
 a { background-color: #4050A9; }

 a { background-color: rgb(64,80,169); }

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

border-color css

<style>
 span { border-color: #4050A9; }

 span { border-color: rgb(64,80,169); }

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