Html Css Color HEX #4050AB Governor Bay

📋 copy color: '#4050AB'

red 64 ◦ green 80 ◦ blue 171

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

Shades of Governor Bay #4050AB

Tints of Governor Bay #4050AB

RGB

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

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

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

R = 20.32%
G = 25.4%
B = 54.29%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4050AB (or 0x4050AB) is known color: Governor Bay. HEX triplet: 40, 50 and AB. RGB value is (64,80,171). Sum of RGB (Red+Green+Blue) = 64+80+171=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4050AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4050AB is #BFAF54. Grayscale: #555555. Windows color (decimal): -12562261 or 11227200. OLE color: 11227200.

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

Color convert

RGB 64 80 171 -
CMYK 0.63 0.53 0 0.33
HSL 231.03º 0.46% 0.46% -
HSV(B) 231.03º 0.63% 0.67% -
XYZ 12.33 9.77 39.76 -
YUV 85.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 64 80 171 0.63 0.53 0 0.33 231.03 0.46 0.46
Hex 40 50 AB 3F 35 0 21 E7 2E 2E
Octal 100 120 253 77 65 0 41 347 56 56
Binary 1000000 1010000 10101011 111111 110101 0 100001 11100111 101110 101110

Color Harmonies of #4050AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050AB

Black with #4050AB

Text Example


Text Example

White with #4050AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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