#4050AB

Color #4050AB Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4050AB

Tints of Governor Bay #4050AB

Color information

#4050AB (or 0x4050AB) is unknown color: approx 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

RGB6480171-
CMYK0.630.5300.33
HSL231.03º45.53%46.08%-
HSV(B)231.03º62.57%67.06%-
XYZ12.339.7739.76-
YUV85.59176.2112.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=20.32%
G=25.40%
B=54.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64801710.630.5300.33231.0345.5346.08
Hex4050AB3F35021e72e2e
Octal10012025377650413475656
Binary1000000101000010101011111111110101010000111100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4050AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>